Skip to content

Commit

Permalink
fix(cmake): add zlib dep
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Nov 27, 2023
1 parent c21d842 commit f0d3cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/sysdig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ endif() # NOT WIN32

include(libscap)
include(libsinsp)
include(zlib)

include_directories("${LIBSINSP_INCLUDE_DIRS}")
include_directories("${PROJECT_BINARY_DIR}/userspace/sinspui")
Expand Down

0 comments on commit f0d3cf0

Please sign in to comment.