From afe0c96476d3e90ffd3897908b6823828fdcf251 Mon Sep 17 00:00:00 2001 From: gitlost Date: Sun, 29 Mar 2020 15:51:56 +0100 Subject: [PATCH] OSS-Fuzz add zint-static rule to backend/CMakeLists.txt --- backend/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 29d8c406..98e6faa8 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -18,6 +18,7 @@ else(PNG_FOUND) endif(PNG_FOUND) add_library(zint SHARED ${zint_SRCS}) +add_library(zint-static STATIC ${zint_SRCS}) set_target_properties(zint PROPERTIES SOVERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}" VERSION ${ZINT_VERSION})