mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-08 01:05:23 +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)
|