Commit 9b33364f authored by Evgeny Vereshchagin's avatar Evgeny Vereshchagin

Install tools/old too

parent f67a7af5
...@@ -7,3 +7,4 @@ foreach(FIL ${PY_FILES}) ...@@ -7,3 +7,4 @@ foreach(FIL ${PY_FILES})
endforeach() endforeach()
install(FILES ${C_FILES} DESTINATION share/bcc/tools) install(FILES ${C_FILES} DESTINATION share/bcc/tools)
install(FILES ${TXT_FILES} DESTINATION share/bcc/tools/doc) install(FILES ${TXT_FILES} DESTINATION share/bcc/tools/doc)
add_subdirectory(old)
file(GLOB PY_FILES *.py)
foreach(FIL ${PY_FILES})
get_filename_component(FIL_WE ${FIL} NAME_WE)
install(PROGRAMS ${FIL} DESTINATION share/bcc/tools/old RENAME ${FIL_WE})
endforeach()
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