Debug macro removed, top target to put it.
This commit is contained in:
parent
b050a7634d
commit
8a5b2dd927
1 changed files with 1 additions and 5 deletions
|
|
@ -77,8 +77,8 @@ add_library(BillySheet SHARED ${SOURCES})
|
|||
target_include_directories(BillySheet
|
||||
PUBLIC
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INDLUDEDIR}/billySheet>
|
||||
)
|
||||
target_include_directories(BillySheet INTERFACE $<INSTALL_INTERFACE:include/billySheet>)
|
||||
|
||||
set_target_properties(BillySheet PROPERTIES
|
||||
CXX_STANDARD 17
|
||||
|
|
@ -89,10 +89,6 @@ set_target_properties(BillySheet PROPERTIES
|
|||
PUBLIC_HEADER "include/billy_objects.hpp;include/character_sheet.hpp;include/generic_object.hpp;include/characteristic.hpp"
|
||||
)
|
||||
|
||||
target_compile_definitions(BillySheet PUBLIC
|
||||
$<$<CONFIG:Debug>:_GLIBCXX_DEBUG>
|
||||
)
|
||||
|
||||
target_compile_options(BillySheet PRIVATE ${COMPILE_FLAGS})
|
||||
|
||||
target_link_options(BillySheet PRIVATE ${LINKER_OPTIONS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue