summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-06 21:00:48 +0000
committerjabiertxof <info@marker.es>2016-05-06 21:00:48 +0000
commit21b8afc070567499476e1e902faf454057c7adab (patch)
treec57167f1ad89b745fc05eb20db216da4c94316ea /CMakeScripts
parentFinishing eraser tool. TODO undo work (diff)
parentPrevent scrollbar overlay from covering swatches in GTK3 build. (diff)
downloadinkscape-21b8afc070567499476e1e902faf454057c7adab.tar.gz
inkscape-21b8afc070567499476e1e902faf454057c7adab.zip
update to trunk
(bzr r14865.1.3)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/HelperMacros.cmake4
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()