Debug property in compile definition is public now.
This commit is contained in:
parent
033c628126
commit
7ed56f1b78
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
target_compile_definitions(BillySheet PRIVATE
|
||||
target_compile_definitions(BillySheet PUBLIC
|
||||
$<$<CONFIG:Debug>:_GLIBCXX_DEBUG>
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue