Skip to content

Commit 691d002

Browse files
authored
fix(clp-s): Add DictionaryWriter sources to clp_s_search and link against clp_s::io. (#1066)
1 parent 6815890 commit 691d002

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/core/src/clp_s/search/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ add_subdirectory(sql)
55
set(
66
CLP_S_SEARCH_SOURCES
77
../Defs.hpp
8+
../DictionaryEntry.cpp
9+
../DictionaryEntry.hpp
10+
../DictionaryWriter.cpp
11+
../DictionaryWriter.hpp
812
../VariableEncoder.cpp
913
../VariableEncoder.hpp
1014
AddTimestampConditions.cpp
@@ -47,6 +51,7 @@ if(CLP_BUILD_CLP_S_SEARCH)
4751
simdjson::simdjson
4852
PRIVATE
4953
clp_s::clp_dependencies
54+
clp_s::io
5055
spdlog::spdlog
5156
)
5257
endif()

0 commit comments

Comments
 (0)