mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Update soft_sdf
This commit is contained in:
@@ -440,6 +440,7 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/gmssl DESTINATION include)
|
||||
option(ENABLE_SOFT_SDF "Enable Software SDF Implementation" OFF)
|
||||
if (ENABLE_SOFT_SDF)
|
||||
message(STATUS "ENABLE_SOFT_SDF is ON")
|
||||
list(APPEND tests soft_sdf)
|
||||
add_library(soft_sdf SHARED src/sdf/soft_sdf.c)
|
||||
target_link_libraries(soft_sdf PRIVATE gmssl)
|
||||
set_target_properties(soft_sdf PROPERTIES VERSION 3.1 SOVERSION 3)
|
||||
|
||||
Reference in New Issue
Block a user