mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
2564430046
- fixed linking qt6keychain and SortFilterProxyModel - added translations
11 lines
189 B
CMake
11 lines
189 B
CMake
cmake_minimum_required(VERSION 3.23.0 FATAL_ERROR)
|
|
|
|
set(PROJECT AmneziaVPN)
|
|
project(${PROJECT})
|
|
|
|
add_subdirectory(client)
|
|
|
|
if(NOT IOS AND NOT ANDROID)
|
|
add_subdirectory(service)
|
|
endif()
|