Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfovich committed Sep 9, 2024
1 parent d33e5f7 commit b06541d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions HW3/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,34 @@
"CMAKE_BUILD_TYPE": "Release"
}
}
],
"buildPresets": [
{
"name": "linux-build-base",
"hidden": true,
"configurePreset": "linux-release"
},
{
"name": "linux-build-release",
"displayName": "Build Release",
"inherits": "linux-build-base",
"configurePreset": "linux-release"
},
{
"name": "msvc-build-base",
"hidden": true
},
{
"name": "msvc-build-release",
"displayName": "Build MSVC Release",
"inherits": "msvc-build-base",
"configurePreset": "msvc-release"
},
{
"name": "msvc-build-debug",
"displayName": "Build MSVC Debug",
"inherits": "msvc-build-base",
"configurePreset": "msvc-debug"
}
]
}

0 comments on commit b06541d

Please sign in to comment.