taskwarrior/i18n/CMakeLists.txt
Federico Hernandez 10ef12b008 CMake
- cmake variables for the different installation paths
  (thanks to Pietro Cerutti)
2011-03-01 18:59:40 +01:00

4 lines
332 B
CMake

install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ DESTINATION ${TASK_DOCDIR}/i18n
FILES_MATCHING REGEX "strings.*"
REGEX "tips.*"
PATTERN "CMakeFiles" EXCLUDE)