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

- Added new src/commands and src/columns intermediate libs. - Began implementation of the first Command object. - Began implementation of the first Column object. - TDB2, Variant updates.
4 lines
288 B
CMake
4 lines
288 B
CMake
cmake_minimum_required (VERSION 2.8)
|
|
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ DESTINATION ${TASK_DOCDIR}/i18n
|
|
FILES_MATCHING REGEX "tips.*"
|
|
PATTERN "CMakeFiles" EXCLUDE)
|