Integrate library into project

This commit is contained in:
Jaby
2023-11-23 22:07:08 -05:00
parent 7a9d27862f
commit ba99f09816
5 changed files with 11 additions and 5 deletions

View File

@@ -72,7 +72,8 @@
},
"settings": {
"C_Cpp.default.includePath": [
"${env:JABY_ENGINE_PATH}/include"
"${env:JABY_ENGINE_PATH}/include",
"${env:JABY_ENGINE_PATH}/Support/include"
],
"C_Cpp.default.compilerPath": "",
"C_Cpp.default.cStandard": "c17",