Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-11-17 16:39:07 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-18 11:26:38 +0300
commit2669462b25baa7af9f27d80904bca22ddf3352b2 (patch)
tree329420b9f62e2330178057fdd95d1ad1ce197fa0 /platform
parentf42d8f123c28d7ea81afdafdd1313aa8b39346d6 (diff)
Added the link platform function.
Diffstat (limited to 'platform')
-rw-r--r--platform/platform_tests/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/platform/platform_tests/CMakeLists.txt b/platform/platform_tests/CMakeLists.txt
index b6a9d672d7..86decc8340 100644
--- a/platform/platform_tests/CMakeLists.txt
+++ b/platform/platform_tests/CMakeLists.txt
@@ -17,6 +17,7 @@ set(
)
omim_add_test(${PROJECT_NAME} ${SRC})
+
omim_link_libraries(
${PROJECT_NAME}
platform_tests_support
@@ -29,15 +30,11 @@ omim_link_libraries(
${LIBZ}
)
-
if (PLATFORM_MAC)
omim_link_libraries(
${PROJECT_NAME}
${Qt5Widgets_LIBRARIES}
- "-framework Cocoa"
- "-framework IOKit"
"-framework QuartzCore"
- "-framework SystemConfiguration"
)
endif()