diff options
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() |
