mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +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>
9 lines
449 B
CMake
9 lines
449 B
CMake
cmake_minimum_required (VERSION 2.8.12)
|
|
|
|
message ("-- Configuring theme documentation")
|
|
|
|
install (FILES README DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
|
INSTALL (FILES dark.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
|
INSTALL (FILES dark_blue.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
|
INSTALL (FILES dark_green.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|
|
INSTALL (FILES dark_red.theme DESTINATION ${TIMEW_DOCDIR}/doc/themes)
|