mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00

- Cleaned up existing extension debris, in anticipation of the new mechanisms to be included in future releases. This includes install/uninstall and a full set of triggers.
9 lines
381 B
CMake
9 lines
381 B
CMake
cmake_minimum_required (VERSION 2.8)
|
|
install (DIRECTORY bash fish vim zsh
|
|
DESTINATION ${TASK_DOCDIR}/scripts)
|
|
install (DIRECTORY add-ons
|
|
DESTINATION ${TASK_DOCDIR}/scripts
|
|
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
|
GROUP_READ GROUP_EXECUTE
|
|
WORLD_READ WORLD_EXECUTE)
|
|
|