Refactor folder structure of the project

This commit is contained in:
2023-07-01 02:33:26 +02:00
parent 52cb85b41b
commit 79e7912ab3
23 changed files with 13 additions and 108 deletions

2
.vscode/launch.json vendored
View File

@@ -5,7 +5,7 @@
"type": "lldb",
"request": "launch",
"name": "bayesnet",
"program": "${workspaceFolder}/build/bayesnet",
"program": "${workspaceFolder}/build/sample/main",
"args": [],
"cwd": "${workspaceFolder}",
"preLaunchTask": "CMake: build"