mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-27 21:23:26 +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)
|