We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6815890 commit 691d002Copy full SHA for 691d002
components/core/src/clp_s/search/CMakeLists.txt
@@ -5,6 +5,10 @@ add_subdirectory(sql)
5
set(
6
CLP_S_SEARCH_SOURCES
7
../Defs.hpp
8
+ ../DictionaryEntry.cpp
9
+ ../DictionaryEntry.hpp
10
+ ../DictionaryWriter.cpp
11
+ ../DictionaryWriter.hpp
12
../VariableEncoder.cpp
13
../VariableEncoder.hpp
14
AddTimestampConditions.cpp
@@ -47,6 +51,7 @@ if(CLP_BUILD_CLP_S_SEARCH)
47
51
simdjson::simdjson
48
52
PRIVATE
49
53
clp_s::clp_dependencies
54
+ clp_s::io
50
55
spdlog::spdlog
56
)
57
endif()
0 commit comments