server/process/CMakeLists.txt

10 lines
370 B
CMake
Raw Permalink Normal View History

install(PROGRAMS create-orders backup-eressea run-turn send-zip-report
2020-12-04 23:56:11 +01:00
send-bz2-report compress.py compress.sh epasswd.py
accept-orders.py getemail.py checkpasswd.py
sendreport.sh sendreports.sh orders-accept DESTINATION bin)
install(DIRECTORY cron/ DESTINATION bin USE_SOURCE_PERMISSIONS
FILES_MATCHING PATTERN "*.cron")
2016-02-11 11:41:19 +01:00
install(DIRECTORY procmail DESTINATION share)