Sign in
android
/
platform
/
external
/
bcc
/
a17d1e8e33bc680d145c4648a1e286c5d80fabd4
/
.
/
examples
/
CMakeLists.txt
blob: 95c47d74d86917c0574a12ef4c90d781c5e8161f [
file
] [
log
] [
blame
]
set(EXAMPLE_PROGRAMS hello_world.py)
install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples)
add_subdirectory(networking)
add_subdirectory(tracing)
add_subdirectory(lua)