Vehicle_Road_Counter/external/paho.mqtt.c/cmake/toolchain.linux-arm11.cmake

11 lines
253 B
CMake
Raw Normal View History

2025-12-17 13:32:05 +08:00
# path to compiler and utilities
# specify the cross compiler
SET(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
# Name of the target platform
SET(CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_SYSTEM_PROCESSOR arm)
# Version of the system
SET(CMAKE_SYSTEM_VERSION 1)