From 04f39fab067f28e2651fc7b68c642002e2de15ef Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Sun, 13 Aug 2017 14:39:38 +0100 Subject: Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBox --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b643b2b6..12f21694a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,6 +235,10 @@ canonicalize_flags_var("${CMAKE_CXX_FLAGS}" _new_cxx) set(CMAKE_CXX_FLAGS "${_new_cxx}" CACHE STRING "" FORCE) # message(FATAL_ERROR "CMAKE_CXX_FLAGS = <${CMAKE_CXX_FLAGS}>") +install(FILES + AUTHORS + TRANSLATORS + DESTINATION ${INKSCAPE_SHARE_INSTALL}/doc) # ---------------------------------------------------------------------- # Information Summary -- cgit v1.2.3