HOME


Mini Shell 1.0
DIR: /proc/self/root/usr/share/doc/bpfcc-tools/examples/tracing/
Upload File :
Current File : //proc/self/root/usr/share/doc/bpfcc-tools/examples/tracing/CMakeLists.txt
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)