Skip to content

Commit

Permalink
build: fix presets
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Jul 29, 2024
1 parent 19135c8 commit 4fea9a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"name": "msvc",
"inherits": "native",
"inherits": "base",
"hidden": true,
"cacheVariables": {
"CMAKE_C_COMPILER": "cl.exe",
Expand Down Expand Up @@ -64,20 +64,24 @@
"buildPresets": [
{
"name": "native",
"configurePreset": "native",
"displayName": "Ninja Multi-Config"
},
{
"name": "native-debug",
"inherits": "native",
"displayName": "Native Debug",
"configuration": "Debug"
},
{
"name": "native-release",
"inherits": "native",
"displayName": "Native Release",
"configuration": "Release"
},
{
"name": "native-relwithdebinfo",
"inherits": "native",
"displayName": "Native RelWithDebInfo",
"configuration": "RelWithDebInfo"
}
Expand Down

0 comments on commit 4fea9a6

Please sign in to comment.