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>2011-05-09 02:53:49 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:06 +0300
commit2400357a3db3f7eaf00e8c75d7603168f441fd80 (patch)
tree4597cb81b97faf0e1d92185128d5b0bfd58c5046 /indexer/indexer.pro
parent4ec7dff6c7b847264eb0091b89fe86df1eea95d2 (diff)
Refactoring of feature structure:
- multilanguage names - separate house numbers - point feature rank - refs for linear features
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 6680c2fb95..379fd3aff6 100644
--- a/indexer/indexer.pro
+++ b/indexer/indexer.pro
@@ -28,6 +28,7 @@ SOURCES += \
geometry_coding.cpp \
geometry_serialization.cpp \
tesselator.cpp \
+ feature_data.cpp \
HEADERS += \
feature.hpp \
@@ -60,3 +61,4 @@ HEADERS += \
point_to_int64.hpp \
tesselator.hpp \
tesselator_decl.hpp \
+ feature_data.hpp \