Browse Source

Specify CMake generator in vscode settings

Guðni Már Gilbert 2 years ago
parent
commit
fb2f54f7b8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.vscode/settings.json

@@ -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"