mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-06 03:25:23 +01:00
9 lines
255 B
CMake
9 lines
255 B
CMake
# SPDX-License-Identifier: MIT
|
|
|
|
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_SYSTEM_PROCESSOR arm32v7)
|
|
set(CMAKE_CROSSCOMPILING ON)
|
|
|
|
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
|
|
set(CMAKE_CROSSCOMPILING_EMULATOR "qemu-arm-static;-L;/usr/arm-linux-gnueabihf/")
|