Skip to content

Commit

Permalink
add some missing libs for clang (#9865)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris McFarlen <cmcfarlen@apple.com>
  • Loading branch information
cmcfarlen and Chris McFarlen committed Jun 16, 2023
1 parent 0f822d4 commit d67340c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/records/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ target_include_directories(records_p PRIVATE
${CMAKE_SOURCE_DIR}/iocore/eventsystem
${CMAKE_SOURCE_DIR}/iocore/utils
)
target_link_libraries(records_p tscore libswoc)
target_link_libraries(records_p tscore libswoc yaml-cpp::yaml-cpp)
install(TARGETS records_p)
2 changes: 1 addition & 1 deletion src/wccp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ add_library(wccp SHARED
WccpConfig.cc WccpEndPoint.cc WccpMsg.cc WccpStatic.cc
)

target_link_libraries(wccp PRIVATE libswoc)
target_link_libraries(wccp PRIVATE libswoc tscore yaml-cpp::yaml-cpp)

install(TARGETS wccp)

0 comments on commit d67340c

Please sign in to comment.