Skip to content

Commit

Permalink
Add standalone preset.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 15, 2024
1 parent 70ec677 commit fc13cd8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"generator": "Visual Studio 17 2022",
"name": "vs2022-windows"
}
],
"buildPresets": [
},
{
"name": "vs2022-windows",
"configurePreset": "vs2022-windows"
"cacheVariables": {
"MO2_INSTALL_IS_BIN": {
"type": "BOOL",
"value": "ON"
}
},
"inherits": [
"vs2022-windows"
],
"name": "vs2022-windows-standalone"
}
],
"version": 4
Expand Down

0 comments on commit fc13cd8

Please sign in to comment.