Fix debug compile definition not working
This commit is contained in:
parent
ce7de29721
commit
d0e1c3749f
2 changed files with 2 additions and 4 deletions
|
@ -14,6 +14,8 @@ else()
|
|||
message(STATUS "Building with unspecified build type")
|
||||
endif()
|
||||
|
||||
add_compile_definitions($<$<CONFIG:Debug>:DEBUG_MODE>)
|
||||
|
||||
#set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
||||
|
||||
# Platform-specific definitions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue