taskwarrior/scripts/CMakeLists.txt
Cristian Le 236b57f321
Use modern FetchContent design patterns (#3903)
* Add higher bound to the CMake policies
* Add the latest cmake to ubuntu22.04 image
2025-07-08 21:39:54 -04:00

10 lines
461 B
CMake

cmake_minimum_required (VERSION 3.22...4.0)
install (DIRECTORY bash fish vim hooks
DESTINATION ${TASK_DOCDIR}/scripts)
install (FILES zsh/_task
DESTINATION share/zsh/site-functions)
install (DIRECTORY add-ons
DESTINATION ${TASK_DOCDIR}/scripts
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE
WORLD_READ WORLD_EXECUTE)