Files
Android11/external/bcc/examples/tracing/CMakeLists.txt
2023-10-13 14:01:41 +00:00

7 lines
276 B
CMake

file(GLOB C_FILES *.c)
file(GLOB PY_FILES *.py)
file(GLOB TXT_FILES *.txt)
install(PROGRAMS ${PY_FILES} DESTINATION share/bcc/examples/tracing)
install(FILES ${C_FILES} DESTINATION share/bcc/examples/tracing)
install(FILES ${TXT_FILES} DESTINATION share/bcc/examples/tracing)