Specify CMake generator in vscode settings
This commit is contained in:
parent
2067cddc46
commit
fb2f54f7b8
|
|
@ -2,6 +2,7 @@
|
|||
"cmake.configureOnOpen": true,
|
||||
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
|
||||
"cmake.cmakePath": "${workspaceFolder}/.dependencies/cmake-3.22.5/bin/cmake",
|
||||
"cmake.generator": "Ninja",
|
||||
"files.insertFinalNewline": true,
|
||||
"files.associations": {
|
||||
"xlocale": "cpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue