diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-03 01:11:56 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-03 01:11:56 +0000 |
| commit | c2daa449f50418c3b25ed000eb1e68a48faa719e (patch) | |
| tree | 0f39ad1e2632303c43015e0243702f7a11f3cf55 /CMakeScripts | |
| parent | Add search and no results from stock icons. Improve text. Thanks Maren for th... (diff) | |
| parent | change assignment to equality (diff) | |
| download | inkscape-c2daa449f50418c3b25ed000eb1e68a48faa719e.tar.gz inkscape-c2daa449f50418c3b25ed000eb1e68a48faa719e.zip | |
Merge branch 'master' into SymbolsSearch
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) |
