Skip to content

Commit

Permalink
fixup! Use conan.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubrak committed Oct 30, 2023
1 parent e1ffbc7 commit 9f6bc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libservice/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(TARGET service)
add_library(${TARGET} STATIC ${SOURCES})
target_include_directories(${TARGET} PRIVATE src PUBLIC headers)

target_link_libraries(${TARGET} PRIVATE ebpfdiscoveryshared ebpfdiscovery httpparser CONAN_PKG::boost)
target_link_libraries(${TARGET} PUBLIC ebpfdiscoveryshared ebpfdiscovery httpparser CONAN_PKG::boost)

if (BUILD_TESTS)
list(APPEND TEST_SOURCES test/AggregatorTest.cpp)
Expand Down

0 comments on commit 9f6bc46

Please sign in to comment.