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

4
.vscode/launch.json vendored
View File

@@ -5,9 +5,9 @@
"type": "lldb",
"request": "launch",
"name": "test",
"program": "${workspaceFolder}/build_debug/tests/unit_tests_folding",
"program": "${workspaceFolder}/build_Debug/tests/unit_tests_folding",
"args": [],
"cwd": "${workspaceFolder}/build_debug/tests",
"cwd": "${workspaceFolder}/build_Debug/tests",
},
]
}