diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-23 12:52:02 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-23 12:52:02 +0100 |
| commit | 40ab04b8f16d36bb0858d6ad8f4aa7a12d970cb5 (patch) | |
| tree | 6358293bc989807f4c111c4b21bdc2d06c38e0f0 /CMakePresets.json | |
| parent | f7b065d72684526aedd580cb564f6d010653a22e (diff) | |
| download | teachos-40ab04b8f16d36bb0858d6ad8f4aa7a12d970cb5.tar.xz teachos-40ab04b8f16d36bb0858d6ad8f4aa7a12d970cb5.zip | |
build: simplify switching between overall targets
Diffstat (limited to 'CMakePresets.json')
| -rw-r--r-- | CMakePresets.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index 3445119..2ea281f 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -4,7 +4,7 @@ { "name": "base", "hidden": true, - "binaryDir": "${sourceDir}/build", + "binaryDir": "${sourceDir}/build/${presetName}", "generator": "Ninja Multi-Config", "cacheVariables": { "CMAKE_CONFIGURATION_TYPES": "Debug;MinSizeRel", |
