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:
authorvng <viktor.govako@gmail.com>2015-05-21 13:58:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:13 +0300
commit9e8a13cb11f11660fd01b6bd3afcdd066cd60e94 (patch)
treef30855f04c23b552ee3e29a88b68cdc9d03d9586 /omim.pro
parentb54187d51f880826c7814ae1f340d1c6551e21d9 (diff)
Factor out all rendering routine from “map” to “render” library.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/omim.pro b/omim.pro
index d69f23eb73..9acf7edbac 100644
--- a/omim.pro
+++ b/omim.pro
@@ -32,6 +32,7 @@ SUBDIRS = 3party \
drape/drape_tests \
graphics \
gui \
+ render render/render_tests \
storage storage/storage_tests \
search search/search_tests \
drape_frontend drape_frontend/drape_frontend_tests \
@@ -60,6 +61,7 @@ SUBDIRS = 3party \
storage \
graphics \
gui \
+ render \
search \
drape_frontend \
map \
@@ -77,6 +79,7 @@ SUBDIRS = 3party \
storage \
graphics \
gui \
+ render \
search \
map \
stats \