xref: /aosp_15_r20/external/bcc/tools/old/CMakeLists.txt (revision 387f9dfdfa2baef462e92476d413c7bc2470293e)
1*387f9dfdSAndroid Build Coastguard Workerfile(GLOB PY_FILES *.py)
2*387f9dfdSAndroid Build Coastguard Workerforeach(FIL ${PY_FILES})
3*387f9dfdSAndroid Build Coastguard Worker  get_filename_component(FIL_WE ${FIL} NAME_WE)
4*387f9dfdSAndroid Build Coastguard Worker  install(PROGRAMS ${FIL} DESTINATION share/bcc/tools/old RENAME ${FIL_WE})
5*387f9dfdSAndroid Build Coastguard Workerendforeach()
6