update cmake apple

This commit is contained in:
Macbook 2024-09-30 22:31:30 +07:00
parent 610aa89696
commit 2bc837cce4
3 changed files with 23 additions and 17 deletions

View file

@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
set(PROJECT AmneziaVPN)
project(${PROJECT})
set(IOS 1)
# set(APPLE 1)
#set(IOS 1)
set(APPLE 1)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set_property(GLOBAL PROPERTY AUTOGEN_TARGETS_FOLDER "Autogen")