aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json2
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",