build script now uses cmake, also:
- fixed linking qt6keychain and SortFilterProxyModel - added translations
This commit is contained in:
parent
663861dc09
commit
2564430046
4 changed files with 22 additions and 17 deletions
|
|
@ -4,4 +4,7 @@ set(PROJECT AmneziaVPN)
|
|||
project(${PROJECT})
|
||||
|
||||
add_subdirectory(client)
|
||||
add_subdirectory(service)
|
||||
|
||||
if(NOT IOS AND NOT ANDROID)
|
||||
add_subdirectory(service)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue