Skip to content

Commit 976f6bc

Browse files
committed
Code review
1 parent 56fda5f commit 976f6bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ option(DISABLE_MSVC_ITERATOR_DEBUGGING "Disable iterator debugging in Debug conf
3939

4040
option(ENABLE_CODE_ANALYSIS "Use Static Code Analysis on build" OFF)
4141

42+
option(ENABLE_CODE_COVERAGE "Build with code-coverage" OFF)
43+
4244
option(USE_PREBUILT_SHADERS "Use externally built HLSL shaders" OFF)
4345

4446
option(NO_WCHAR_T "Use legacy wide-character as unsigned short" OFF)

0 commit comments

Comments
 (0)