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/map
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-08-30 15:34:30 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2018-08-30 15:35:46 +0300
commitae25bf71ca921f6860aa836635e5ef7bbf3013f9 (patch)
tree83fef9bde5d2b0dcc3a6934135b074de67adcd7c /map
parentab3fbe772ead3aaddafcc32331d6aea26203496f (diff)
cmake build fix
Diffstat (limited to 'map')
-rw-r--r--map/benchmark_tool/CMakeLists.txt1
-rw-r--r--map/extrapolation_benchmark/CMakeLists.txt3
-rw-r--r--map/map_integration_tests/CMakeLists.txt1
-rw-r--r--map/mwm_tests/CMakeLists.txt1
4 files changed, 5 insertions, 1 deletions
diff --git a/map/benchmark_tool/CMakeLists.txt b/map/benchmark_tool/CMakeLists.txt
index 4a6f9f6f5d..f766bad2a1 100644
--- a/map/benchmark_tool/CMakeLists.txt
+++ b/map/benchmark_tool/CMakeLists.txt
@@ -20,6 +20,7 @@ omim_link_libraries(
map
editor
indexer
+ metrics
geometry
platform
coding
diff --git a/map/extrapolation_benchmark/CMakeLists.txt b/map/extrapolation_benchmark/CMakeLists.txt
index 75f8d88285..bfc85cba63 100644
--- a/map/extrapolation_benchmark/CMakeLists.txt
+++ b/map/extrapolation_benchmark/CMakeLists.txt
@@ -16,8 +16,9 @@ omim_link_libraries(
${PROJECT_NAME}
map
routing
- geometry
+ metrics
platform
+ geometry
coding
base
stats_client
diff --git a/map/map_integration_tests/CMakeLists.txt b/map/map_integration_tests/CMakeLists.txt
index 274571da68..5e75aa6fb6 100644
--- a/map/map_integration_tests/CMakeLists.txt
+++ b/map/map_integration_tests/CMakeLists.txt
@@ -21,6 +21,7 @@ omim_link_libraries(
stats_client
editor
indexer
+ metrics
platform
mwm_diff
bsdiff
diff --git a/map/mwm_tests/CMakeLists.txt b/map/mwm_tests/CMakeLists.txt
index f99933c8be..1dee2f04d1 100644
--- a/map/mwm_tests/CMakeLists.txt
+++ b/map/mwm_tests/CMakeLists.txt
@@ -16,6 +16,7 @@ omim_link_libraries(
kml
editor
indexer
+ metrics
platform
geometry
coding