From 2479a36d9f59544f8b0978f1577ec8a7613c74be Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Thu, 2 Nov 2017 22:23:24 +0100 Subject: fix build --- CMakeScripts/HelperMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeScripts') 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) -- cgit v1.2.3