Commit ac51d0c9 authored by Augusto Caringi's avatar Augusto Caringi Committed by Matheus Marchini

Install *_example.txt files to tools/doc (they are referenced in man pages)

parent 0a7dcadc
file(GLOB BT_FILES *.bt)
file(GLOB TXT_FILES *.txt)
list(REMOVE_ITEM TXT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt)
install(FILES ${BT_FILES} DESTINATION share/bpftrace/tools)
install(FILES ${TXT_FILES} DESTINATION share/bpftrace/tools/doc)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment