mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Update CMakeLists.txt
Thanks to Axyes
This commit is contained in:
@@ -110,15 +110,12 @@ endif()
|
|||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||||
|
add_library(gmssl ${src})
|
||||||
else()
|
else()
|
||||||
|
add_library(gmssl ${src})
|
||||||
target_link_libraries(gmssl dl)
|
target_link_libraries(gmssl dl)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(gmssl ${src})
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SET_TARGET_PROPERTIES(gmssl PROPERTIES VERSION 3.0 SOVERSION 3)
|
SET_TARGET_PROPERTIES(gmssl PROPERTIES VERSION 3.0 SOVERSION 3)
|
||||||
|
|
||||||
set(tools
|
set(tools
|
||||||
|
|||||||
Reference in New Issue
Block a user