Debug property in compile definition is public now.

This commit is contained in:
Pcornat 2024-10-30 22:19:09 +01:00
parent 033c628126
commit 7ed56f1b78
Signed by: Pcornat
GPG Key ID: E0326CC678A00BDD

View File

@ -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>
)