3 lines
101 B
CMake
3 lines
101 B
CMake
file(GLOB PY_FILES *.py)
|
|
install(PROGRAMS ${PY_FILES} DESTINATION share/bcc/examples/networking/xdp)
|