blob: f6fb1dbc8c25f7852f9631f687e5d9fb94e23bef [file] [log] [blame]
# Copyright (c) Facebook, Inc.
# Licensed under the Apache License, Version 2.0 (the "License")
include_directories(${CMAKE_SOURCE_DIR}/src/cc)
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)
install (TARGETS bps DESTINATION share/bcc/introspection)