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>2016-07-18 16:39:49 +0300
committerYuri Gorshenin <y@maps.me>2016-07-22 14:08:44 +0300
commit32af6db6fd63955565a2b26533eb9015ec2f1b56 (patch)
treeb5434fc9024c6039e3bc888e7c31ac253ec5b14e /indexer/indexer.pro
parent9c128b3a9f250acefae6c213e6410b9a0cd2368c (diff)
[indexer] Implemented CentersTable.
Diffstat (limited to 'indexer/indexer.pro')
-rw-r--r--indexer/indexer.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/indexer.pro b/indexer/indexer.pro
index ee3e3624ef..26a2499e36 100644
--- a/indexer/indexer.pro
+++ b/indexer/indexer.pro
@@ -13,6 +13,7 @@ SOURCES += \
categories_holder.cpp \
categories_holder_loader.cpp \
categories_index.cpp \
+ centers_table.cpp \
classificator.cpp \
classificator_loader.cpp \
coding_params.cpp \
@@ -64,6 +65,7 @@ HEADERS += \
categories_index.hpp \
cell_coverer.hpp \
cell_id.hpp \
+ centers_table.hpp \
classificator.hpp \
classificator_loader.hpp \
coding_params.hpp \