mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
fix .so version
This commit is contained in:
parent
ca824684ac
commit
0c1dc1bb5f
3 changed files with 10 additions and 4 deletions
|
@ -26,8 +26,8 @@ endif(QR_FOUND)
|
|||
|
||||
add_library(zint SHARED ${zint_SRCS})
|
||||
|
||||
set_target_properties(zint PROPERTIES VERSION ${ZINT_VERSION}
|
||||
SOVERSION ${ZINT_VERSION})
|
||||
set_target_properties(zint PROPERTIES SOVERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}"
|
||||
VERSION ${ZINT_VERSION})
|
||||
|
||||
target_link_libraries(zint ${PNG_LIBRARIES} ${QR_LIBRARIES} )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue