Fixed library json file so platformio can build again
This commit is contained in:
14
library.json
14
library.json
@@ -16,5 +16,17 @@
|
|||||||
],
|
],
|
||||||
"license": "None Yet",
|
"license": "None Yet",
|
||||||
"frameworks": "*",
|
"frameworks": "*",
|
||||||
"platforms": "*"
|
"platforms": "*",
|
||||||
|
"build": {
|
||||||
|
"srcDir": "src",
|
||||||
|
"flags": [
|
||||||
|
"-std=c++17",
|
||||||
|
"-I src/Vector3D",
|
||||||
|
"-I src/Matrix",
|
||||||
|
"-I src/Quaternion"
|
||||||
|
],
|
||||||
|
"srcFilter": [
|
||||||
|
"-<*/unit-tests/>"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user