mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-02-04 06:12:55 +08:00
819891fec5
Use containers to build on various Debian based distributions: - Ubuntu: 20.04 - Ubuntu: 22.04 - Ubuntu: 24.04 - Ubuntu: rolling - Debian: oldstable - Debian: stable - Debian: testing - Debian: unstable
9 lines
200 B
CMake
9 lines
200 B
CMake
set(CMAKE_SYSTEM_NAME Generic)
|
|
set(CMAKE_SYSTEM_PROCESSOR arm)
|
|
|
|
set(CMAKE_C_COMPILER clang)
|
|
set(CMAKE_C_COMPILER_TARGET arm-none-eabi)
|
|
|
|
SET (CMAKE_C_COMPILER_WORKS 1)
|
|
SET (CMAKE_CXX_COMPILER_WORKS 1)
|