Skip to content

Commit

Permalink
feat: add installation target for aw-bpfctl in CMake configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Dengfeng Liu <[email protected]>
  • Loading branch information
liudf0716 committed Feb 3, 2025
1 parent 97afbcf commit b015082
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ebpf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
add_executable(aw-bpfctl aw-bpfctl.c)
target_link_libraries(aw-bpfctl PRIVATE bpf)
target_link_libraries(aw-bpfctl PRIVATE bpf)

install(TARGETS aw-bpfctl
RUNTIME DESTINATION bin
)

0 comments on commit b015082

Please sign in to comment.