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/openlr
diff options
context:
space:
mode:
authorSergey Yershov <syershov@maps.me>2018-05-30 20:06:37 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-06-01 16:17:52 +0300
commitc1ee243c976fc9adfbb71dc4cdf46dfc1333ec4f (patch)
tree3bde0d2d7a5b0583a4592c773fa241797f78de1e /openlr
parentbabe8899b5eeb36f6c3b500946ca15cb08c086d8 (diff)
[indexer][editor] Move some code from indexer to editor
Diffstat (limited to 'openlr')
-rw-r--r--openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt2
-rw-r--r--openlr/openlr_stat/CMakeLists.txt2
-rw-r--r--openlr/openlr_tests/CMakeLists.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt b/openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt
index 07c5c7ddb5..130a3425f8 100644
--- a/openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt
+++ b/openlr/openlr_match_quality/openlr_assessment_tool/CMakeLists.txt
@@ -48,9 +48,9 @@ omim_link_libraries(
partners_api
local_ads
kml
+ editor
indexer
platform
- editor
mwm_diff
bsdiff
geometry
diff --git a/openlr/openlr_stat/CMakeLists.txt b/openlr/openlr_stat/CMakeLists.txt
index 7b304f5f55..ba57cd36c7 100644
--- a/openlr/openlr_stat/CMakeLists.txt
+++ b/openlr/openlr_stat/CMakeLists.txt
@@ -13,8 +13,8 @@ omim_link_libraries(${PROJECT_NAME}
routing
routing_common
storage
- indexer
editor
+ indexer
platform
geometry
coding
diff --git a/openlr/openlr_tests/CMakeLists.txt b/openlr/openlr_tests/CMakeLists.txt
index d32866c97a..18ece14f37 100644
--- a/openlr/openlr_tests/CMakeLists.txt
+++ b/openlr/openlr_tests/CMakeLists.txt
@@ -9,16 +9,16 @@ omim_add_test(${PROJECT_NAME} ${SRC})
omim_link_libraries(
${PROJECT_NAME}
+ platform_tests_support
generator_tests_support
platform_tests_support
generator
routing
search
openlr
+ editor
indexer
routing_common
- editor
- platform_tests_support
platform
coding
geometry