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
path: root/editor
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 /editor
parentf42d8f123c28d7ea81afdafdd1313aa8b39346d6 (diff)
Added the link platform function.
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_tests/CMakeLists.txt9
-rw-r--r--editor/osm_auth_tests/CMakeLists.txt9
2 files changed, 0 insertions, 18 deletions
diff --git a/editor/editor_tests/CMakeLists.txt b/editor/editor_tests/CMakeLists.txt
index 9dbd8b1949..aa63b7a3cf 100644
--- a/editor/editor_tests/CMakeLists.txt
+++ b/editor/editor_tests/CMakeLists.txt
@@ -29,12 +29,3 @@ omim_link_libraries(
${LIBZ}
${Qt5Widgets_LIBRARIES}
)
-
-if (${PLATFORM_MAC})
- omim_link_libraries(
- ${PROJECT_NAME}
- "-framework Cocoa"
- "-framework IOKit"
- "-framework SystemConfiguration"
- )
-endif()
diff --git a/editor/osm_auth_tests/CMakeLists.txt b/editor/osm_auth_tests/CMakeLists.txt
index 2e8b61d36a..e7e4361934 100644
--- a/editor/osm_auth_tests/CMakeLists.txt
+++ b/editor/osm_auth_tests/CMakeLists.txt
@@ -22,12 +22,3 @@ omim_link_libraries(
${LIBZ}
${Qt5Widgets_LIBRARIES}
)
-
-if (${PLATFORM_MAC})
- omim_link_libraries(
- ${PROJECT_NAME}
- "-framework Cocoa"
- "-framework IOKit"
- "-framework SystemConfiguration"
- )
-endif()