Skip to content

Commit d988118

Browse files
committed
Update remaining dep
1 parent ae46dab commit d988118

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

components/core/src/clp/clg/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ target_link_libraries(clg
139139
${STD_FS_LIBS}
140140
clp::string_utils
141141
yaml-cpp::yaml-cpp
142+
ystdlib::array
142143
ZStd::ZStd
143144
)
144145
# Put the built executable at the root of the build directory

components/core/src/clp/clo/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ target_link_libraries(clo
167167
${sqlite_LIBRARY_DEPENDENCIES}
168168
${STD_FS_LIBS}
169169
clp::string_utils
170+
ystdlib::array
170171
ZStd::ZStd
171172
)
172173
# Put the built executable at the root of the build directory

components/core/src/clp/make_dictionaries_readable/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ target_link_libraries(make-dictionaries-readable
4949
log_surgeon::log_surgeon
5050
spdlog::spdlog
5151
clp::string_utils
52+
ystdlib::array
5253
ZStd::ZStd
5354
)
5455
# Put the built executable at the root of the build directory

components/core/src/clp_s/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ target_link_libraries(
262262
simdjson
263263
spdlog::spdlog
264264
yaml-cpp::yaml-cpp
265+
ystdlib::array
265266
ZStd::ZStd
266267
)
267268
target_include_directories(clp-s PRIVATE "${PROJECT_SOURCE_DIR}/submodules")

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ target_link_libraries(indexer
9292
simdjson
9393
spdlog::spdlog
9494
yaml-cpp::yaml-cpp
95+
ystdlib::array
9596
ZStd::ZStd
9697
)
9798
# Put the built executable at the root of the build directory

0 commit comments

Comments
 (0)