mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-07 07:25:29 +00:00
Change the library version to 2.7.4
This commit is contained in:
parent
02582b2804
commit
662ae9eaae
6 changed files with 12 additions and 12 deletions
|
|
@ -141,15 +141,15 @@ endif(USE_STATIC_MBEDTLS_LIBRARY)
|
|||
|
||||
if(USE_SHARED_MBEDTLS_LIBRARY)
|
||||
add_library(mbedcrypto SHARED ${src_crypto})
|
||||
set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.3 SOVERSION 2)
|
||||
set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.4 SOVERSION 2)
|
||||
target_link_libraries(mbedcrypto ${libs})
|
||||
|
||||
add_library(mbedx509 SHARED ${src_x509})
|
||||
set_target_properties(mbedx509 PROPERTIES VERSION 2.7.3 SOVERSION 0)
|
||||
set_target_properties(mbedx509 PROPERTIES VERSION 2.7.4 SOVERSION 0)
|
||||
target_link_libraries(mbedx509 ${libs} mbedcrypto)
|
||||
|
||||
add_library(mbedtls SHARED ${src_tls})
|
||||
set_target_properties(mbedtls PROPERTIES VERSION 2.7.3 SOVERSION 10)
|
||||
set_target_properties(mbedtls PROPERTIES VERSION 2.7.4 SOVERSION 10)
|
||||
target_link_libraries(mbedtls ${libs} mbedx509)
|
||||
|
||||
install(TARGETS mbedtls mbedx509 mbedcrypto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue