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:
authorYuri Gorshenin <y@maps.me>2017-10-18 15:10:55 +0300
committerIlya Zverev <ilya@zverev.info>2017-10-18 16:39:41 +0300
commitbdb8df372a9a5d78e4e8a1b6ba53b5b6122262e0 (patch)
tree010116e657088baa66c43294bce06046f2297c22 /CMakeLists.txt
parent7083f952d91eca30d8a5b2de22e1e867699a9611 (diff)
[feature_list] Fixed feature_list build.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27b5f3e54b..12fa2e64c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -362,8 +362,9 @@ if (PLATFORM_DESKTOP)
add_subdirectory(software_renderer)
add_subdirectory(mapshot)
endif()
- add_subdirectory(openlr)
+ add_subdirectory(feature_list)
add_subdirectory(generator)
+ add_subdirectory(openlr)
add_subdirectory(skin_generator)
add_subdirectory(track_analyzing)
endif()