diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-06 21:00:48 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-06 21:00:48 +0000 |
| commit | 21b8afc070567499476e1e902faf454057c7adab (patch) | |
| tree | c57167f1ad89b745fc05eb20db216da4c94316ea /CMakeScripts | |
| parent | Finishing eraser tool. TODO undo work (diff) | |
| parent | Prevent scrollbar overlay from covering swatches in GTK3 build. (diff) | |
| download | inkscape-21b8afc070567499476e1e902faf454057c7adab.tar.gz inkscape-21b8afc070567499476e1e902faf454057c7adab.zip | |
update to trunk
(bzr r14865.1.3)
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/HelperMacros.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeScripts/HelperMacros.cmake b/CMakeScripts/HelperMacros.cmake index f2fbed64b..d5e6d8536 100644 --- a/CMakeScripts/HelperMacros.cmake +++ b/CMakeScripts/HelperMacros.cmake @@ -34,6 +34,10 @@ 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/inkscape + ARCHIVE DESTINATION lib/inkscape + ) endmacro() |
