Merge pull request #6655 from lioncash/common-libs

Common/CMakeLists: Link curl and VTune libraries in privately
This commit is contained in:
Léo Lam
2018-04-16 20:35:31 +02:00
committed by GitHub

View File

@ -46,13 +46,13 @@ add_library(common
target_link_libraries(common target_link_libraries(common
PUBLIC PUBLIC
${CMAKE_THREAD_LIBS_INIT} ${CMAKE_THREAD_LIBS_INIT}
${CURL_LIBRARIES}
enet enet
${MBEDTLS_LIBRARIES} ${MBEDTLS_LIBRARIES}
${VTUNE_LIBRARIES}
PRIVATE PRIVATE
${CURL_LIBRARIES}
${ICONV_LIBRARIES} ${ICONV_LIBRARIES}
${VTUNE_LIBRARIES}
) )
if (APPLE) if (APPLE)