xref: /aosp_15_r20/external/bcc/examples/tracing/CMakeLists.txt (revision 387f9dfdfa2baef462e92476d413c7bc2470293e)
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