summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-11-03 01:44:20 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-11-03 01:44:20 +0000
commit4cf12a1d39b9885d14ee7b1c89dc237bb5fb91c0 (patch)
tree5a79f1cf7373f8b016e169081044f76e09a227d1 /CMakeScripts
parentAllow color widget instead text input in powermask. Simplify the UI (diff)
parentchange assignment to equality (diff)
downloadinkscape-4cf12a1d39b9885d14ee7b1c89dc237bb5fb91c0.tar.gz
inkscape-4cf12a1d39b9885d14ee7b1c89dc237bb5fb91c0.zip
Merge branch 'master' into powerMaskImprovements
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/HelperMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/HelperMacros.cmake b/CMakeScripts/HelperMacros.cmake
index a0bdd9866..54bbf9d09 100644
--- a/CMakeScripts/HelperMacros.cmake
+++ b/CMakeScripts/HelperMacros.cmake
@@ -29,7 +29,7 @@ macro(add_inkscape_lib
name
sources)
- add_library(${name} ${sources})
+ add_library(${name} STATIC ${sources})
# works fine without having the includes
# listed is helpful for IDE's (QtCreator/MSVC)