From 7ed56f1b78161d744ab6cebc01f4c1b997b07e15 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Wed, 30 Oct 2024 22:19:09 +0100 Subject: [PATCH] Debug property in compile definition is public now. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1258457..4639e0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 $<$:_GLIBCXX_DEBUG> )