We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fda5f commit 976f6bcCopy full SHA for 976f6bc
CMakeLists.txt
@@ -39,6 +39,8 @@ option(DISABLE_MSVC_ITERATOR_DEBUGGING "Disable iterator debugging in Debug conf
39
40
option(ENABLE_CODE_ANALYSIS "Use Static Code Analysis on build" OFF)
41
42
+option(ENABLE_CODE_COVERAGE "Build with code-coverage" OFF)
43
+
44
option(USE_PREBUILT_SHADERS "Use externally built HLSL shaders" OFF)
45
46
option(NO_WCHAR_T "Use legacy wide-character as unsigned short" OFF)
0 commit comments