Specify CMake generator in vscode settings

This commit is contained in:
Guðni Már Gilbert 2022-10-08 09:17:53 +00:00
parent 2067cddc46
commit fb2f54f7b8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"cmake.configureOnOpen": true, "cmake.configureOnOpen": true,
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json", "cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"cmake.cmakePath": "${workspaceFolder}/.dependencies/cmake-3.22.5/bin/cmake", "cmake.cmakePath": "${workspaceFolder}/.dependencies/cmake-3.22.5/bin/cmake",
"cmake.generator": "Ninja",
"files.insertFinalNewline": true, "files.insertFinalNewline": true,
"files.associations": { "files.associations": {
"xlocale": "cpp" "xlocale": "cpp"