- fix linking problem on Android for Qualtest phone
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user