Skip to content
Permalink
Browse files
Merge pull request #6655 from lioncash/common-libs
Common/CMakeLists: Link curl and VTune libraries in privately
  • Loading branch information
leoetlino committed Apr 16, 2018
2 parents e8744f7 + 236aed9 commit d13fc1d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -46,13 +46,13 @@ add_library(common
target_link_libraries(common
PUBLIC
${CMAKE_THREAD_LIBS_INIT}
${CURL_LIBRARIES}
enet
${MBEDTLS_LIBRARIES}
${VTUNE_LIBRARIES}

PRIVATE
${CURL_LIBRARIES}
${ICONV_LIBRARIES}
${VTUNE_LIBRARIES}
)

if (APPLE)

0 comments on commit d13fc1d

Please sign in to comment.