diff --git a/CMakeLists.txt b/CMakeLists.txt index d8f2b7ed..fa841819 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)