diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-12-25 21:56:48 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-12-25 21:56:48 +0000 |
| commit | 7c528be7f0f2a11ac0f1fa6225bc92f46aac32cb (patch) | |
| tree | 79169740345685c1452d4bfecb8f8e597861d2de /CMakeLists.txt | |
| parent | Fix FTBFS with GtkMM < 3.14 (lp:1740024) (diff) | |
| parent | AboutBox: Resolve conflicts (diff) | |
| download | inkscape-7c528be7f0f2a11ac0f1fa6225bc92f46aac32cb.tar.gz inkscape-7c528be7f0f2a11ac0f1fa6225bc92f46aac32cb.zip | |
Merge about-box Gtkmm changes
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f9fb9b43..178f0fdcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -244,6 +244,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 |
