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>2015-07-15 21:34:27 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:00 +0300
commit7d74efc362f7eb5d7ee15e61ea8fc46ce730d860 (patch)
treebe31278ed176f2ad6a3335c9fa89e7b3a823bc87 /omim.pro
parent9680db54e2f80e28e0113e46766f90605ab32035 (diff)
Fix build.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/omim.pro b/omim.pro
index 97a100b094..652ff37877 100644
--- a/omim.pro
+++ b/omim.pro
@@ -23,7 +23,7 @@ SUBDIRS = 3party \
stats \
indexer \
platform \
- routing routing/routing_tests \
+ routing \
geometry/geometry_tests \
platform/platform_tests \
anim \
@@ -36,7 +36,8 @@ SUBDIRS = 3party \
storage storage/storage_tests \
search search/search_tests \
drape_frontend drape_frontend/drape_frontend_tests \
- map map/map_tests map/benchmark_tool map/mwm_tests\
+ map map/map_tests map/benchmark_tool map/mwm_tests \
+ routing/routing_tests \
generator generator/generator_tests \
generator/generator_tool \
indexer/indexer_tests \