Skip to content

Commit 7b4c33f

Browse files
authored
using ninja build tool for clang presets (#82)
1 parent 88ffc52 commit 7b4c33f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakePresets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
{
2020
"name": "clang_debug",
2121
"inherits": "default",
22+
"generator": "Ninja",
2223
"description": "Debug build with debug symbols and no optimizations",
2324
"cacheVariables": {
2425
"CMAKE_BUILD_TYPE": "Debug",
@@ -28,6 +29,7 @@
2829
{
2930
"name": "clang_release",
3031
"inherits": "default",
32+
"generator": "Ninja",
3133
"description": "Release build with optimizations",
3234
"cacheVariables": {
3335
"CMAKE_BUILD_TYPE": "Release",

0 commit comments

Comments
 (0)