mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-06 10:45:15 +01:00
13 lines
203 B
CMake
13 lines
203 B
CMake
# SPDX-License-Identifier: MIT
|
|
|
|
set(CMAKE_SYSTEM_NAME Windows)
|
|
|
|
set(CMAKE_SYSTEM_PROCESSOR AMD64)
|
|
|
|
set(CMAKE_CROSSCOMPILING OFF)
|
|
|
|
set(CMAKE_GENERATOR_PLATFORM
|
|
x64
|
|
CACHE STRING "Platform" FORCE
|
|
)
|