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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-03-14 10:42:49 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-03-14 18:13:54 +0300
commitbcdb19f6b8b54db65f395eb5bb90b8a0aede9824 (patch)
tree317235b6a1894991a052d79088eed71436a0f2e9 /routing
parentd20f70946c8dd59ede9432afec668e86ee3a2565 (diff)
Added KML library
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_benchmarks/CMakeLists.txt1
-rw-r--r--routing/routing_consistency_tests/CMakeLists.txt1
-rw-r--r--routing/routing_integration_tests/CMakeLists.txt1
-rw-r--r--routing/routing_tests/CMakeLists.txt1
4 files changed, 4 insertions, 0 deletions
diff --git a/routing/routing_benchmarks/CMakeLists.txt b/routing/routing_benchmarks/CMakeLists.txt
index 2fcf70dac2..233b2ab2cf 100644
--- a/routing/routing_benchmarks/CMakeLists.txt
+++ b/routing/routing_benchmarks/CMakeLists.txt
@@ -24,6 +24,7 @@ omim_link_libraries(
mwm_diff
indexer
traffic
+ kml
platform
editor
oauthcpp
diff --git a/routing/routing_consistency_tests/CMakeLists.txt b/routing/routing_consistency_tests/CMakeLists.txt
index 6e9236f55a..304247f0db 100644
--- a/routing/routing_consistency_tests/CMakeLists.txt
+++ b/routing/routing_consistency_tests/CMakeLists.txt
@@ -25,6 +25,7 @@ omim_link_libraries(
storage
mwm_diff
indexer
+ kml
platform
editor
geometry
diff --git a/routing/routing_integration_tests/CMakeLists.txt b/routing/routing_integration_tests/CMakeLists.txt
index 0d0d2505e1..0d656f8bd7 100644
--- a/routing/routing_integration_tests/CMakeLists.txt
+++ b/routing/routing_integration_tests/CMakeLists.txt
@@ -36,6 +36,7 @@ omim_link_libraries(
traffic
routing_common
transit
+ kml
platform
oauthcpp
geometry
diff --git a/routing/routing_tests/CMakeLists.txt b/routing/routing_tests/CMakeLists.txt
index aa3d69e11e..5a1f98e9ab 100644
--- a/routing/routing_tests/CMakeLists.txt
+++ b/routing/routing_tests/CMakeLists.txt
@@ -42,6 +42,7 @@ omim_link_libraries(
traffic
routing_common
transit
+ kml
platform
oauthcpp
geometry