mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
OSS-Fuzz add zint-static rule to backend/CMakeLists.txt
This commit is contained in:
parent
0244904c1f
commit
afe0c96476
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user