mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-06 03:15:24 +01:00
6 lines
124 B
CMake
6 lines
124 B
CMake
# SPDX-License-Identifier: MIT
|
|
|
|
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_SYSTEM_PROCESSOR i586)
|
|
set(CMAKE_CROSSCOMPILING OFF)
|