Added DEBUG preprocessor definition in Debug and RelWithDebInfo mode
This commit is contained in:
@@ -34,6 +34,12 @@ foreach(OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES})
|
|||||||
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY_${OUTPUTCONFIG} ${CMAKE_ARCHIVE_OUTPUT_DIRECTORY})
|
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY_${OUTPUTCONFIG} ${CMAKE_ARCHIVE_OUTPUT_DIRECTORY})
|
||||||
endforeach(OUTPUTCONFIG CMAKE_CONFIGURATION_TYPES)
|
endforeach(OUTPUTCONFIG CMAKE_CONFIGURATION_TYPES)
|
||||||
|
|
||||||
|
# DEBUG definition
|
||||||
|
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS
|
||||||
|
$<$<CONFIG:Debug>:DEBUG>
|
||||||
|
$<$<CONFIG:RelWithDebInfo>:DEBUG>
|
||||||
|
)
|
||||||
|
|
||||||
include(cotire)
|
include(cotire)
|
||||||
add_subdirectory(src/Engine)
|
add_subdirectory(src/Engine)
|
||||||
add_subdirectory(src/Game)
|
add_subdirectory(src/Game)
|
||||||
|
|||||||
Reference in New Issue
Block a user