Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Nov 13, 2024
1 parent b045f83 commit e2f8c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions userspace/libsinsp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,7 @@ target_link_libraries(
)

if(NOT EMSCRIPTEN)
target_link_libraries(
sinsp
INTERFACE "${CARES_LIB}"
PRIVATE "${TBB_LIB} ${TBB_MEMPROXY_LIB}"
)
target_link_libraries(sinsp INTERFACE "${CARES_LIB}" "${TBB_LIB}" "${TBB_MEMPROXY_LIB}")
endif()

if(USE_BUNDLED_VALIJSON)
Expand Down
7 changes: 1 addition & 6 deletions userspace/libsinsp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
#

include(jsoncpp)
if(NOT EMSCRIPTEN)
include(tbb)
endif()

if(WIN32)
set(CMAKE_CXX_FLAGS
Expand Down Expand Up @@ -189,9 +186,7 @@ target_include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
)

target_link_libraries(
unit-test-libsinsp sinsp "${GTEST_LIB}" "${GTEST_MAIN_LIB}" "${TBB_LIB}" "${JSONCPP_LIB}"
)
target_link_libraries(unit-test-libsinsp sinsp "${GTEST_LIB}" "${GTEST_MAIN_LIB}" "${JSONCPP_LIB}")

# Add some additional include directories associated with `ADDITIONAL_SINSP_TESTS_SUITE`
# `ADDITIONAL_SINSP_TESTS_INCLUDE_FOLDERS` is a list of include paths `;` separated
Expand Down

0 comments on commit e2f8c18

Please sign in to comment.