Remove include dirs variable

This commit is contained in:
2024-11-22 13:18:03 +01:00
parent e12bf7c16a
commit f351df82ce
7 changed files with 18 additions and 18 deletions

2
.vscode/launch.json vendored
View File

@@ -16,7 +16,7 @@
"name": "test",
"program": "${workspaceFolder}/build_Debug/tests/TestBayesNet",
"args": [
"[Network]"
"Test Node computeCPT"
],
"cwd": "${workspaceFolder}/build_Debug/tests"
},