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)
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
add_library(gmssl ${src})
|
||||
else()
|
||||
add_library(gmssl ${src})
|
||||
target_link_libraries(gmssl dl)
|
||||
endif()
|
||||
|
||||
add_library(gmssl ${src})
|
||||
|
||||
|
||||
|
||||
|
||||
SET_TARGET_PROPERTIES(gmssl PROPERTIES VERSION 3.0 SOVERSION 3)
|
||||
|
||||
set(tools
|
||||
|
||||
Reference in New Issue
Block a user