summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Common/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt
index 6ef614a325..1cbdb08c22 100644
--- a/Source/Core/Common/CMakeLists.txt
+++ b/Source/Core/Common/CMakeLists.txt
@@ -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)