diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-05-02 19:08:15 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-05-02 19:08:15 +0000 |
| commit | eb5847cd8a8460b123b33f07c9270a1b5e3b114c (patch) | |
| tree | 42a8fd6854e8c5f10d10fbb90d0231a858306722 /CMakeScripts | |
| parent | Translations. Italian translation update. (diff) | |
| parent | Fixed "make install" to set the right rpath. libinkscape_base.so should now b... (diff) | |
| download | inkscape-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.cmake | 1 |
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() |
