summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakePresets.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 86ba402b2..3f8c92a51 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -47,6 +47,15 @@
"generator": "Visual Studio 16 2019"
},
{
+ "name": "vs2019-dev",
+ "inherits": "msvc-base",
+ "description": "Visual Studio 2019 project with debug assisting features",
+ "generator": "Visual Studio 16 2019",
+ "cacheVariables": {
+ "SLANG_ENABLE_IR_BREAK_ALLOC": "TRUE"
+ }
+ },
+ {
"name": "vs2022",
"inherits": "msvc-base",
"description": "Visual Studio 2022 project",