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:
authorMaxim Pimenov <m@maps.me>2018-07-11 11:57:36 +0300
committerSergey Yershov <syershov@maps.me>2018-07-11 14:07:07 +0300
commitc405cd20ba45f3d2e213b3f80794629fcfffcc86 (patch)
tree854a7a7d8f4ca373d653033339a813f4362dee0f /CMakeLists.txt
parenteee40270f3adc9ea0f6b2db3791f86a7dc36b5c6 (diff)
[geocoder] Forward geocoder stub.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f27cc568c..351d31f4dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -272,6 +272,7 @@ add_subdirectory(drape)
add_subdirectory(drape_frontend)
add_subdirectory(editor)
add_subdirectory(generator/mwm_diff)
+add_subdirectory(geocoder)
add_subdirectory(geometry)
add_subdirectory(indexer)
add_subdirectory(kml)