Skip to content

Commit

Permalink
fix(userspace/libsinsp): solve link issues in sinsp-example
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce committed Feb 21, 2024
1 parent c7062ea commit 87b3e67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions userspace/libsinsp/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
# limitations under the License.
#

include(jsoncpp)

add_executable(sinsp-example
util.cpp
test.cpp
)

target_link_libraries(sinsp-example
sinsp
"${JSONCPP_LIB}"
)

if (EMSCRIPTEN)
Expand Down

0 comments on commit 87b3e67

Please sign in to comment.