diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-02 23:21:34 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-02 23:21:34 +0000 |
| commit | 3573a1250ebea615040ea8143b311a6d2b6e352d (patch) | |
| tree | 618c7b3cb0f3a1d81c043084ec12168228b5ec79 /CMakeScripts | |
| parent | Move finctions away object sets (diff) | |
| parent | fix build (diff) | |
| download | inkscape-3573a1250ebea615040ea8143b311a6d2b6e352d.tar.gz inkscape-3573a1250ebea615040ea8143b311a6d2b6e352d.zip | |
Merge branch 'master' into menuInverseClipMask
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/HelperMacros.cmake | 2 |
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) |
