mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-02 07:59:50 -04:00
OSS-Fuzz add zint-static rule to backend/CMakeLists.txt
This commit is contained in:
parent
0244904c1f
commit
afe0c96476
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue