[core-utils] upgrade ctre in CMakeLists to public

so that it's available everywhere including tests
pull/2235/head
Christopher Lam 2 weeks ago
parent f36532131b
commit 908bfc0802

@ -52,12 +52,12 @@ target_include_directories(gnc-core-utils
target_link_libraries(gnc-core-utils
PUBLIC
PkgConfig::GLIB2
ctre
PRIVATE
${Boost_LIBRARIES}
${GOBJECT_LDFLAGS}
${GTK_MAC_LDFLAGS}
${ICU_LIBRARIES}
ctre
"$<$<BOOL:${MAC_INTEGRATION}>:${OSX_EXTRA_LIBRARIES}>")
target_compile_definitions(gnc-core-utils

Loading…
Cancel
Save