Skip to content

Commit 51d6d24

Browse files
committed
use ninja generator
Signed-off-by: Tony Xiang <[email protected]>
1 parent 7cd18ec commit 51d6d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"cmake.buildDirectory": "${workspaceFolder}/cpp_build_${buildType}",
66
"C_Cpp.autoAddFileAssociations": false,
77
"cmake.configureOnOpen": true,
8+
"cmake.generator": "Ninja",
89
"testMate.cpp.test.executables": "cpp_build_${command:cmake.buildType}/tests/cpp_unit_tests/power_grid_model_unit_tests",
910
"python.testing.pytestArgs": [
1011
"tests",

0 commit comments

Comments
 (0)