- use OpenSSL in ice library
This commit is contained in:
parent
e0b02db39d
commit
34c28e35e1
|
|
@ -43,7 +43,8 @@ if (TARGET_MUSL)
|
|||
add_definitions(-DTARGET_MUSL)
|
||||
endif()
|
||||
|
||||
add_definitions(-DUSE_NATIVE_SMARTPTR -D_WINSOCK_DEPRECATED_NO_WARNINGS)
|
||||
add_definitions(-DUSE_NATIVE_SMARTPTR -D_WINSOCK_DEPRECATED_NO_WARNINGS -DUSE_OPENSSL)
|
||||
|
||||
add_library(ice_stack ${ICE_STACK_SOURCES})
|
||||
set_property(TARGET ice_stack PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
target_link_libraries(ice_stack PUBLIC ssl crypto)
|
||||
|
|
|
|||
Loading…
Reference in New Issue