mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
5 lines
158 B
CMake
5 lines
158 B
CMake
cmake_minimum_required (VERSION 3.10)
|
|
|
|
message ("-- Configuring extensions")
|
|
|
|
install (FILES on-modify.timewarrior totals.py DESTINATION ${TIMEW_DOCDIR}/ext)
|