Skip to content

Commit 45068f0

Browse files
authored
Merge branch 'master' into cheneym2/materialx
2 parents 6647c54 + 4c8edd7 commit 45068f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CMakePresets.json

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@
4646
"description": "Visual Studio 2019 project",
4747
"generator": "Visual Studio 16 2019"
4848
},
49+
{
50+
"name": "vs2019-dev",
51+
"inherits": "msvc-base",
52+
"description": "Visual Studio 2019 project with debug assisting features",
53+
"generator": "Visual Studio 16 2019",
54+
"cacheVariables": {
55+
"SLANG_ENABLE_IR_BREAK_ALLOC": "TRUE"
56+
}
57+
},
4958
{
5059
"name": "vs2022",
5160
"inherits": "msvc-base",

0 commit comments

Comments
 (0)