- fix linking problem on Android for Qualtest phone

This commit is contained in:
Dmytro Bogovych 2024-11-12 10:08:57 +03:00
parent cde5cca940
commit d895385d19
1 changed files with 2 additions and 0 deletions

View File

@ -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()