amnezia-client/CMakeLists.txt
vladimir.kuznetsov 2564430046 build script now uses cmake, also:
- fixed linking qt6keychain and SortFilterProxyModel
- added translations
2022-11-15 23:31:55 +03:00

10 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()