• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(EXAMPLE_PROGRAMS hello_world.py)
2install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples)
3
4if(ENABLE_CLANG_JIT)
5if(ENABLE_USDT)
6add_subdirectory(cpp)
7endif(ENABLE_USDT)
8add_subdirectory(lua)
9add_subdirectory(networking)
10add_subdirectory(tracing)
11endif()
12