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:
authorygorshenin <mipt.vi002@gmail.com>2016-11-23 14:52:51 +0300
committerGitHub <noreply@github.com>2016-11-23 14:52:51 +0300
commit2a175bc08316179a2d6f9c944ec6cd3b4da9d797 (patch)
tree9907c41b49af0ca9b807da2edaf4a1e936470342 /platform
parentf36a01accc04908c2bbb6191f3e0c568f984f1f5 (diff)
parent9517d5779c778af46615fdfbe518d61c07df5102 (diff)
Merge pull request #4745 from therearesomewhocallmetim/cmake_link_platform
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()