File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
make_dictionaries_readable Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ target_link_libraries(clg
139
139
${STD_FS_LIBS}
140
140
clp::string_utils
141
141
yaml-cpp::yaml-cpp
142
+ ystdlib::array
142
143
ZStd::ZStd
143
144
)
144
145
# Put the built executable at the root of the build directory
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ target_link_libraries(clo
167
167
${sqlite_LIBRARY_DEPENDENCIES}
168
168
${STD_FS_LIBS}
169
169
clp::string_utils
170
+ ystdlib::array
170
171
ZStd::ZStd
171
172
)
172
173
# Put the built executable at the root of the build directory
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ target_link_libraries(make-dictionaries-readable
49
49
log_surgeon::log_surgeon
50
50
spdlog::spdlog
51
51
clp::string_utils
52
+ ystdlib::array
52
53
ZStd::ZStd
53
54
)
54
55
# Put the built executable at the root of the build directory
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ target_link_libraries(
262
262
simdjson
263
263
spdlog::spdlog
264
264
yaml-cpp::yaml-cpp
265
+ ystdlib::array
265
266
ZStd::ZStd
266
267
)
267
268
target_include_directories (clp-s PRIVATE "${PROJECT_SOURCE_DIR} /submodules" )
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ target_link_libraries(indexer
92
92
simdjson
93
93
spdlog::spdlog
94
94
yaml-cpp::yaml-cpp
95
+ ystdlib::array
95
96
ZStd::ZStd
96
97
)
97
98
# Put the built executable at the root of the build directory
You can’t perform that action at this time.
0 commit comments