Skip to content

Commit

Permalink
Added a Visual Studio preset
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWilczek committed Jun 21, 2024
1 parent 78bcca2 commit fc5fcb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"CMAKE_BUILD_TYPE": "Release"
}
},
{
"name": "vs",
"generator": "Visual Studio 17 2022",
"binaryDir": "vs-build"
},
{
"name": "Xcode",
"generator": "Xcode",
Expand Down Expand Up @@ -50,6 +55,11 @@
"inherits": "default",
"configurePreset": "release"
},
{
"name": "vs",
"inherits": "default",
"configurePreset": "vs"
},
{
"name": "Xcode",
"inherits": "default",
Expand Down

0 comments on commit fc5fcb6

Please sign in to comment.