Debug property in compile definition is public now.
This commit is contained in:
parent
033c628126
commit
7ed56f1b78
@ -88,7 +88,7 @@ set_target_properties(BillySheet PROPERTIES
|
|||||||
PUBLIC_HEADER "include/billy_objects.hpp;include/character_sheet.hpp;include/generic_object.hpp;include/characteristic.hpp"
|
PUBLIC_HEADER "include/billy_objects.hpp;include/character_sheet.hpp;include/generic_object.hpp;include/characteristic.hpp"
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_definitions(BillySheet PRIVATE
|
target_compile_definitions(BillySheet PUBLIC
|
||||||
$<$<CONFIG:Debug>:_GLIBCXX_DEBUG>
|
$<$<CONFIG:Debug>:_GLIBCXX_DEBUG>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user