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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-09-21 13:16:00 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-09-21 16:29:59 +0300
commitabfcfec733bfe1ef7f53d8e2a6ab253cd0c4d817 (patch)
treec5d99ce582c8fbcf98987e4b224afe902d23fd2b /omim.pro
parente646b270bd68d0c27adac5ed712682cf1500b68c (diff)
Add restaurants_info utility.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/omim.pro b/omim.pro
index 932aec851d..7afb01833c 100644
--- a/omim.pro
+++ b/omim.pro
@@ -46,6 +46,11 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
booking_quality_check.depends = $$SUBDIRS
SUBDIRS *= booking_quality_check
+ # restaraunts_info
+ restaurants_info.subdir = generator/restaurants_info
+ restaurants_info.depends = $$SUBDIRS
+ SUBDIRS *= restaurants_info
+
routing_integration_tests.subdir = routing/routing_integration_tests
routing_integration_tests.depends = $$SUBDIRS
routing_consistency_tests.subdir = routing/routing_consistency_tests