From dbc93bdea03bdb33527e54fc3ebff69f7074318c Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Wed, 9 Nov 2016 15:48:34 +0300 Subject: [search] Switch to DFAs in search index retrieval. --- base/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'base/CMakeLists.txt') diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt index 89acc66ef7..e71d7f4a6b 100644 --- a/base/CMakeLists.txt +++ b/base/CMakeLists.txt @@ -20,10 +20,13 @@ set( const_helper.hpp deferred_task.cpp deferred_task.hpp + dfa_helpers.hpp exception.cpp exception.hpp gmtime.cpp gmtime.hpp + levenshtein_dfa.cpp + levenshtein_dfa.hpp limited_priority_queue.hpp logging.cpp logging.hpp @@ -71,12 +74,15 @@ set( threaded_container.hpp threaded_list.hpp threaded_priority_queue.hpp + internal/message.cpp + internal/message.hpp timegm.cpp timegm.hpp timer.cpp timer.hpp + uni_string_dfa.cpp + uni_string_dfa.hpp worker_thread.hpp - internal/message.cpp ) add_library(${PROJECT_NAME} ${SRC}) -- cgit v1.2.3