• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1file(GLOB C_FILES *.c)
2file(GLOB PY_FILES *.py)
3file(GLOB TXT_FILES *.txt)
4install(PROGRAMS ${PY_FILES} DESTINATION share/bcc/examples/tracing)
5install(FILES ${C_FILES} DESTINATION share/bcc/examples/tracing)
6install(FILES ${TXT_FILES} DESTINATION share/bcc/examples/tracing)
7