mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
multi-abi support
This commit is contained in:
@@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.23.0 FATAL_ERROR)
|
||||
set(PROJECT AmneziaVPN)
|
||||
project(${PROJECT})
|
||||
|
||||
#if(ANDROID)
|
||||
# set(QT_ANDROID_BUILD_ALL_ABIS ON)
|
||||
#endif()
|
||||
if(ANDROID)
|
||||
set(QT_ANDROID_BUILD_ALL_ABIS ON)
|
||||
endif()
|
||||
|
||||
add_subdirectory(client)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user