mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Common/CMakeLists: Link curl and VTune libraries in privately
These are only used internally.
This commit is contained in:
parent
6224b9bd37
commit
236aed9fd1
1 changed files 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue