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