conan: address lack of SONAME of libck-ovpn-plugin.so correctly

This commit is contained in:
Yaroslav Gurov
2026-03-17 21:58:03 +01:00
parent 2b5c2cb021
commit b94cddcb1c
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -52,3 +52,4 @@ file(COPY ${AMNEZIA_LIBXRAY_PATH} DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/androi
find_package(openvpn-pt-android REQUIRED)
set(LIBS ${LIBS} amnezia::openvpn-pt-android)
set_property(TARGET ${PROJECT} APPEND PROPERTY QT_ANDROID_EXTRA_LIBS ${OPENVPN_PT_ANDROID_LIBCK_OVPN_PLUGIN_PATH})