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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user