From 308c8c4ef76f185aac577073ad22e827f0b44964 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Sat, 21 Jan 2017 13:41:47 +0100 Subject: [PATCH] cmake: This should be public linked no private otherwise we are linking symbols --- cmake/helpers/EflMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/helpers/EflMacros.cmake b/cmake/helpers/EflMacros.cmake index 7b86e6ecc5..2042c73a4a 100644 --- a/cmake/helpers/EflMacros.cmake +++ b/cmake/helpers/EflMacros.cmake @@ -493,7 +493,7 @@ function(EFL_LIB _target) target_link_libraries(${_target} LINK_PRIVATE ${LIBRARIES}) endif() if(PUBLIC_LIBRARIES) - target_link_libraries(${_target} LINK_PRIVATE ${PUBLIC_LIBRARIES}) + target_link_libraries(${_target} PUBLIC ${PUBLIC_LIBRARIES}) endif() target_include_directories(${_target} PUBLIC