Fix debug compile definition not working

This commit is contained in:
Jordon Brooks 2024-04-07 00:55:35 +01:00
parent ce7de29721
commit d0e1c3749f
Signed by: jordon
GPG key ID: DBD9758CD53E786A
2 changed files with 2 additions and 4 deletions

View file

@ -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