mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Made ready for 0.99-pre2 release
This commit is contained in:
parent
c47840efd5
commit
1946e42dd4
6 changed files with 10 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ add_library(polarssl STATIC ${src})
|
|||
else(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||
|
||||
ADD_LIBRARY(polarssl SHARED ${src})
|
||||
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.1 SOVERSION 0)
|
||||
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.2 SOVERSION 0)
|
||||
|
||||
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue