forked from github/server
9 lines
341 B
CMake
9 lines
341 B
CMake
install(PROGRAMS create-orders backup-eressea run-turn send-zip-report
|
|
send-bz2-report compress.py compress.sh epasswd.py orders-process
|
|
checkpasswd.py sendreport.sh orders-accept DESTINATION bin)
|
|
|
|
install(DIRECTORY cron/ DESTINATION bin USE_SOURCE_PERMISSIONS
|
|
FILES_MATCHING PATTERN "*.cron")
|
|
|
|
install(DIRECTORY procmail DESTINATION share)
|