Refactored file layout because platformio failed to find things

This commit is contained in:
2025-02-08 23:57:43 -05:00
parent 2385446ac5
commit f51afb42e0
15 changed files with 91 additions and 125 deletions

View File

@@ -16,17 +16,5 @@
],
"license": "None Yet",
"frameworks": "*",
"platforms": "*",
"build": {
"srcDir": "src",
"flags": [
"-std=c++17",
"-I src/Vector3D",
"-I src/Matrix",
"-I src/Quaternion"
],
"srcFilter": [
"-<*/unit-tests/>"
]
}
"platforms": "*"
}