1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-05 03:07:42 +00:00

OSS-Fuzz add zint-static rule to backend/CMakeLists.txt

This commit is contained in:
gitlost
2020-03-29 15:51:56 +01:00
parent 0244904c1f
commit afe0c96476

View File

@@ -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})