mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-06 07:35:22 +01:00
13 lines
204 B
CMake
13 lines
204 B
CMake
![]() |
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
set(CMAKE_SYSTEM_NAME Windows)
|
||
|
|
||
|
set(CMAKE_SYSTEM_PROCESSOR arm64)
|
||
|
|
||
|
set(CMAKE_CROSSCOMPILING ON)
|
||
|
|
||
|
set(CMAKE_GENERATOR_PLATFORM
|
||
|
ARM64
|
||
|
CACHE STRING "Platform" FORCE
|
||
|
)
|