mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00

Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. According to our test images all supported distributions have CMake > 3 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
5 lines
160 B
CMake
5 lines
160 B
CMake
cmake_minimum_required (VERSION 2.8.12)
|
|
|
|
message ("-- Configuring extensions")
|
|
|
|
install (FILES on-modify.timewarrior totals.py DESTINATION ${TIMEW_DOCDIR}/ext)
|