diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cf720b..487a02c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,10 +112,7 @@ LinkCurl(openVulkanoCpp) add_compile_definitions(LIBARCHIVE_STATIC) add_compile_definitions(NOMINMAX) - -if(CMAKE_BUILD_TYPE STREQUAL "Debug") - add_compile_definitions(DEBUG) -endif() +add_compile_definitions("DEBUG=$") SetGlmDefines(openVulkanoCpp)