beegfs/beeond/CMakeLists.txt
2025-08-10 01:34:16 +02:00

12 lines
200 B
CMake

install(
PROGRAMS "beegfs-ondemand-stoplocal" "beeond-lib"
DESTINATION "usr/share/beeond"
COMPONENT "beeond"
)
install(
PROGRAMS "beeond" "beeond-cp"
DESTINATION "usr/bin"
COMPONENT "beeond"
)