We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48d03f commit 5739522Copy full SHA for 5739522
cmake/modules/DabcMacros.cmake
@@ -79,7 +79,7 @@ function(DABC_LINK_LIBRARY libname)
79
target_compile_definitions(${libname} PRIVATE ${ARG_DEFINITIONS}
80
${DABC_DEFINES})
81
82
- target_link_libraries(${libname} ${ARG_LIBRARIES})
+ target_link_libraries(${libname} PUBLIC ${ARG_LIBRARIES})
83
84
if(PROJECT_NAME STREQUAL DABC)
85
list(APPEND ARG_DEPENDENCIES copy_headers)
0 commit comments