mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00

- Eliminated StringTable.{h,cpp}. - Eliminated strings.<locale> files. This is not the way to do it.
3 lines
251 B
CMake
3 lines
251 B
CMake
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ DESTINATION ${TASK_DOCDIR}/i18n
|
|
FILES_MATCHING REGEX "tips.*"
|
|
PATTERN "CMakeFiles" EXCLUDE)
|