diff --git a/components/core/CMakeLists.txt b/components/core/CMakeLists.txt index 9e9c03464..120059bed 100644 --- a/components/core/CMakeLists.txt +++ b/components/core/CMakeLists.txt @@ -565,6 +565,7 @@ target_link_libraries(unitTest clp::regex_utils clp::string_utils yaml-cpp::yaml-cpp + ${LIBLZMA_LIBRARIES} ZStd::ZStd ) target_compile_features(unitTest diff --git a/components/core/src/clp/clg/CMakeLists.txt b/components/core/src/clp/clg/CMakeLists.txt index b316ae4c2..c16ec35cd 100644 --- a/components/core/src/clp/clg/CMakeLists.txt +++ b/components/core/src/clp/clg/CMakeLists.txt @@ -144,6 +144,7 @@ target_link_libraries(clg ${STD_FS_LIBS} clp::string_utils yaml-cpp::yaml-cpp + ${LIBLZMA_LIBRARIES} ZStd::ZStd ) # Put the built executable at the root of the build directory diff --git a/components/core/src/clp/clo/CMakeLists.txt b/components/core/src/clp/clo/CMakeLists.txt index 082eb488c..84db99e80 100644 --- a/components/core/src/clp/clo/CMakeLists.txt +++ b/components/core/src/clp/clo/CMakeLists.txt @@ -172,6 +172,7 @@ target_link_libraries(clo ${sqlite_LIBRARY_DEPENDENCIES} ${STD_FS_LIBS} clp::string_utils + ${LIBLZMA_LIBRARIES} ZStd::ZStd ) # Put the built executable at the root of the build directory diff --git a/components/core/src/clp/clp/CMakeLists.txt b/components/core/src/clp/clp/CMakeLists.txt index becacbc36..c49f4a92a 100644 --- a/components/core/src/clp/clp/CMakeLists.txt +++ b/components/core/src/clp/clp/CMakeLists.txt @@ -186,6 +186,7 @@ target_link_libraries(clp ${STD_FS_LIBS} clp::string_utils yaml-cpp::yaml-cpp + ${LIBLZMA_LIBRARIES} ZStd::ZStd ) # Put the built executable at the root of the build directory diff --git a/components/core/src/clp/make_dictionaries_readable/CMakeLists.txt b/components/core/src/clp/make_dictionaries_readable/CMakeLists.txt index 3bcbdfdc4..c25e6b4ef 100644 --- a/components/core/src/clp/make_dictionaries_readable/CMakeLists.txt +++ b/components/core/src/clp/make_dictionaries_readable/CMakeLists.txt @@ -51,6 +51,7 @@ target_link_libraries(make-dictionaries-readable log_surgeon::log_surgeon spdlog::spdlog clp::string_utils + ${LIBLZMA_LIBRARIES} ZStd::ZStd ) # Put the built executable at the root of the build directory