Skip to content

Commit

Permalink
fix(userspace/libsinsp): link issue in shared lib build
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce committed Jan 30, 2024
1 parent 4c62da8 commit 639e8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/libsinsp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ target_link_libraries(unit-test-libsinsp
"${GTEST_LIB}"
"${GTEST_MAIN_LIB}"
"${TBB_LIB}"
"${JSONCPP_LIB}"
)

if (CMAKE_BUILD_TYPE STREQUAL "Coverage")
Expand Down

0 comments on commit 639e8ed

Please sign in to comment.