Skip to content

Commit eb0c294

Browse files
authored
Merge branch 'main' into bishop_legal_moves
2 parents 3e24aef + 7b4c33f commit eb0c294

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)