cmake: This should be public linked no private

otherwise we are linking symbols
This commit is contained in:
Marcel Hollerbach 2017-01-21 13:41:47 +01:00
parent e1e7614ea4
commit 308c8c4ef7
1 changed files with 1 additions and 1 deletions

View File

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