Add Debug Preprocessor on linux
This commit is contained in:
parent
12f6c5fb59
commit
5372f2ecb0
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ target_link_libraries(colysis
|
||||||
SFML::System
|
SFML::System
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(colysis PUBLIC "$<$<CONFIG:DEBUG>:_DEBUG>")
|
||||||
|
|
||||||
|
target_include_directories(colysis PUBLIC include
|
||||||
|
#${ALYSON_INCLUDE_DIR}
|
||||||
|
)
|
||||||
|
|
||||||
# put the assets folder path as a C preprocessor define
|
# put the assets folder path as a C preprocessor define
|
||||||
set(ASSETS_PATH "${CMAKE_CURRENT_SOURCE_DIR}/assets/")
|
set(ASSETS_PATH "${CMAKE_CURRENT_SOURCE_DIR}/assets/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue