aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 15bf4bc..8910b5f 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -16,6 +16,11 @@
"name": "x86_64",
"inherits": "base",
"toolchainFile": "cmake/Platforms/x86_64.cmake"
+ },
+ {
+ "name": "bht",
+ "inherits": "base",
+ "description": "Build-host Testing"
}
],
"buildPresets": [
@@ -28,6 +33,11 @@
"name": "x86_64-rel",
"configurePreset": "x86_64",
"configuration": "MinSizeRel"
+ },
+ {
+ "name": "bht-dbg",
+ "configurePreset": "bht",
+ "configuration": "Debug"
}
]
}