Skip to content

Commit

Permalink
Add dep include dir in cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Nov 14, 2024
1 parent 5378481 commit 6287653
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions components/core/src/clp/clg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions components/core/src/clp/clo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions components/core/src/clp/clp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6287653

Please sign in to comment.