mirror of
https://github.com/jorio/Pomme.git
synced 2025-02-17 07:32:11 +00:00
Add _DEBUG definition in debug mode
This commit is contained in:
parent
87a27333c3
commit
2a48c00ed2
@ -62,6 +62,10 @@ add_library(${PROJECT_NAME} ${POMME_SOURCES})
|
||||
|
||||
find_package(SDL2 REQUIRED)
|
||||
|
||||
add_compile_definitions(
|
||||
"$<$<CONFIG:DEBUG>:_DEBUG>"
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE
|
||||
${SDL2_INCLUDE_DIRS}
|
||||
${POMME_SRCDIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user