From 713809a82b5888781fd17971689030917eaec3b9 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 8 Feb 2025 00:08:36 -0500 Subject: [PATCH] Fixed library json file so platformio can build again --- library.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 3087d6c..2350414 100644 --- a/library.json +++ b/library.json @@ -16,5 +16,17 @@ ], "license": "None Yet", "frameworks": "*", - "platforms": "*" + "platforms": "*", + "build": { + "srcDir": "src", + "flags": [ + "-std=c++17", + "-I src/Vector3D", + "-I src/Matrix", + "-I src/Quaternion" + ], + "srcFilter": [ + "-<*/unit-tests/>" + ] + } } \ No newline at end of file