mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-08 01:05:23 +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 x86)
|
||
|
|
||
|
set(CMAKE_CROSSCOMPILING OFF)
|
||
|
|
||
|
set(CMAKE_GENERATOR_PLATFORM
|
||
|
Win32
|
||
|
CACHE STRING "Platform" FORCE
|
||
|
)
|