Commit 683c19a8 authored by 4ast's avatar 4ast Committed by GitHub

Merge pull request #1763 from iovisor/yhs_dev

link with bpf-static library for bps
parents cb5bc0e0 1ed1c9bd
......@@ -7,6 +7,6 @@ include_directories(${CMAKE_SOURCE_DIR}/src/cc/api)
option(INSTALL_INTROSPECTION "Install BPF introspection tools" ON)
add_executable(bps bps.c)
target_link_libraries(bps bcc-static)
target_link_libraries(bps bpf-static)
install (TARGETS bps DESTINATION share/bcc/introspection)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment