server/process/CMakeLists.txt

9 lines
356 B
CMake
Raw Normal View History

install(PROGRAMS create-orders backup-eressea run-turn send-zip-report
send-bz2-report compress.py compress.sh epasswd.py orders-process
2018-02-11 10:07:57 +01:00
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)