Re-enabled multi-abi build
This commit is contained in:
parent
7c3be9f0b0
commit
20e44aa891
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.23.0 FATAL_ERROR)
|
||||||
set(PROJECT AmneziaVPN)
|
set(PROJECT AmneziaVPN)
|
||||||
project(${PROJECT})
|
project(${PROJECT})
|
||||||
|
|
||||||
#if(ANDROID)
|
if(ANDROID)
|
||||||
# set(QT_ANDROID_BUILD_ALL_ABIS ON)
|
set(QT_ANDROID_BUILD_ALL_ABIS ON)
|
||||||
#endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(client)
|
add_subdirectory(client)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue