- fix linking problem on Android for Qualtest phone
This commit is contained in:
parent
cde5cca940
commit
d895385d19
|
|
@ -47,4 +47,6 @@ add_definitions(-DUSE_NATIVE_SMARTPTR -D_WINSOCK_DEPRECATED_NO_WARNINGS -DUSE_OP
|
|||
|
||||
add_library(ice_stack ${ICE_STACK_SOURCES})
|
||||
set_property(TARGET ice_stack PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
if(TARGET_LINUX)
|
||||
target_link_libraries(ice_stack PUBLIC ssl crypto)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue