summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-05-02 19:08:15 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-05-02 19:08:15 +0000
commiteb5847cd8a8460b123b33f07c9270a1b5e3b114c (patch)
tree42a8fd6854e8c5f10d10fbb90d0231a858306722 /CMakeScripts
parentTranslations. Italian translation update. (diff)
parentFixed "make install" to set the right rpath. libinkscape_base.so should now b... (diff)
downloadinkscape-eb5847cd8a8460b123b33f07c9270a1b5e3b114c.tar.gz
inkscape-eb5847cd8a8460b123b33f07c9270a1b5e3b114c.zip
Merge ~meberl/inkscape/extension-fixes + CMake build: install libs and links installed bin to installed libs.
(bzr r14866)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/HelperMacros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeScripts/HelperMacros.cmake b/CMakeScripts/HelperMacros.cmake
index f2fbed64b..4577b5e72 100644
--- a/CMakeScripts/HelperMacros.cmake
+++ b/CMakeScripts/HelperMacros.cmake
@@ -34,6 +34,7 @@ macro(add_inkscape_lib
# works fine without having the includes
# listed is helpful for IDE's (QtCreator/MSVC)
inkscape_source_group("${sources}")
+ install(TARGETS ${name} LIBRARY DESTINATION lib)
endmacro()