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:
authorYury Melnichek <melnichek@gmail.com>2011-01-29 18:44:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:11 +0300
commit908b4ab8d76331766671865bc1fb793115910a49 (patch)
tree9f7006b106444b23986ae0e1de3520f29502f79a /indexer/indexer.pro
parent15a14203c445567f8882af3f4ffb3884ae3760e2 (diff)
Add placeholders for geometry coding functions.
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 8bab7dfdcf..00ffdad6e4 100644
--- a/indexer/indexer.pro
+++ b/indexer/indexer.pro
@@ -38,6 +38,7 @@ SOURCES += \
feature_visibility.cpp \
data_header.cpp \
data_header_reader.cpp \
+ geometry_coding.cpp \
HEADERS += \
feature.hpp \
@@ -68,3 +69,4 @@ HEADERS += \
data_header_reader.hpp \
tree_structure.hpp \
feature_impl.hpp \
+ geometry_coding.hpp \