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-03-01 20:20:53 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:17 +0300
commit5564b23098702e2c26c3a84fd3200d452aadd037 (patch)
tree14e4128fed4e42b74d0f6a9c15e7a2b7fd1a1624 /search/search.pro
parentf11b91d835280529764115d29b484a44cec92187 (diff)
[search] Working on feature's extraction.
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 83fbce598c..930b8517ea 100644
--- a/search/search.pro
+++ b/search/search.pro
@@ -52,7 +52,9 @@ HEADERS += \
v2/intersection_result.hpp \
v2/locality_scorer.hpp \
v2/mwm_context.hpp \
+ v2/pre_ranking_info.hpp \
v2/rank_table_cache.hpp \
+ v2/ranking_info.hpp \
v2/ranking_utils.hpp \
v2/search_model.hpp \
v2/search_query_v2.hpp \
@@ -92,7 +94,9 @@ SOURCES += \
v2/intersection_result.cpp \
v2/locality_scorer.cpp \
v2/mwm_context.cpp \
+ v2/pre_ranking_info.cpp \
v2/rank_table_cache.cpp \
+ v2/ranking_info.cpp \
v2/ranking_utils.cpp \
v2/search_model.cpp \
v2/search_query_v2.cpp \