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:
authortatiana-kondakova <tatiana.kondakova@gmail.com>2018-01-29 13:02:24 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-02-01 18:13:38 +0300
commite2db212ab16e5af127981d778834548a7dbe56b8 (patch)
tree8a4d43017f93a393505ceaac077df7ffb43bfe61 /indexer/CMakeLists.txt
parent78d0770c040289e6a0e96792c8a933418d7ebbad (diff)
Add LocalityIndexBuilder
Diffstat (limited to 'indexer/CMakeLists.txt')
-rw-r--r--indexer/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/indexer/CMakeLists.txt b/indexer/CMakeLists.txt
index b25a5e9ce9..2e227b4024 100644
--- a/indexer/CMakeLists.txt
+++ b/indexer/CMakeLists.txt
@@ -13,6 +13,7 @@ set(
categories_index.hpp
cell_coverer.hpp
cell_id.hpp
+ cell_value_pair.hpp
centers_table.cpp
centers_table.hpp
cities_boundaries_serdes.hpp
@@ -91,6 +92,10 @@ set(
index.hpp
interval_index_builder.hpp
interval_index.hpp
+ locality_index_builder.hpp
+ locality_index_builder.cpp
+ locality_object.hpp
+ locality_object.cpp
map_object.cpp
map_object.hpp
map_style_reader.cpp