mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Common/CMakeLists: Link curl and VTune libraries in privately
These are only used internally.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user