Remove submodules to change its location

This commit is contained in:
2024-05-11 17:42:36 +02:00
parent 38bc00bb05
commit 030ed6bc1c
14 changed files with 38 additions and 171 deletions

View File

@@ -10,8 +10,16 @@
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"cStandard": "c17",
"cppStandard": "c++17",
"compileCommands": "${workspaceFolder}/cmake-build-release/compile_commands.json"
"cppStandard": "c++17"
},
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17"
}
],
"version": 4