Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 35f2acdbc1c0e52bc7616ccbde6c5b94 > files > 65

bcc-doc-0.9.0-1.mga7.noarch.rpm

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)