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>2015-12-08 19:25:44 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:03 +0300
commit96a30087d390605bb0730693dfd9cb14cc6e1429 (patch)
treeb4b447799e700dfbed451a2dcad6997b64af2ff9 /search/search.pro
parent712ba1d09faf65317d4b2306645ec6f5250e93e5 (diff)
[search] Implemented instersection of BUILDINGs with STREETs.
Diffstat (limited to 'search/search.pro')
-rw-r--r--search/search.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/search/search.pro b/search/search.pro
index 5db34924d4..ca965ad112 100644
--- a/search/search.pro
+++ b/search/search.pro
@@ -24,6 +24,7 @@ HEADERS += \
latlon_match.hpp \
locality.hpp \
locality_finder.hpp \
+ mwm_traits.hpp \
params.hpp \
projection_on_street.hpp \
query_saver.hpp \
@@ -47,6 +48,7 @@ HEADERS += \
v2/features_layer_path_finder.hpp \
v2/geocoder.hpp \
v2/house_numbers_matcher.hpp \
+ v2/house_to_street_table.hpp \
v2/search_model.hpp \
v2/search_query_v2.hpp \
v2/street_vicinity_loader.hpp \
@@ -63,6 +65,7 @@ SOURCES += \
latlon_match.cpp \
locality.cpp \
locality_finder.cpp \
+ mwm_traits.cpp \
params.cpp \
projection_on_street.cpp \
query_saver.cpp \
@@ -80,6 +83,7 @@ SOURCES += \
v2/features_layer_path_finder.cpp \
v2/geocoder.cpp \
v2/house_numbers_matcher.cpp \
+ v2/house_to_street_table.cpp \
v2/search_model.cpp \
v2/search_query_v2.cpp \
v2/street_vicinity_loader.cpp \