mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
7 lines
293 B
CMake
7 lines
293 B
CMake
cmake_minimum_required (VERSION 3.10)
|
|
|
|
message ("-- Configuring holiday documentation")
|
|
|
|
install (FILES README DESTINATION ${TIMEW_DOCDIR}/holidays)
|
|
install (FILES holidays.en-US DESTINATION ${TIMEW_DOCDIR}/holidays)
|
|
install (FILES refresh DESTINATION ${TIMEW_DOCDIR}/holidays)
|