NUC200LE3AN_Card/arm-none-eabi.cmake

4 lines
174 B
CMake
Raw Permalink Normal View History

2022-02-19 10:03:34 +00:00
set(CMAKE_C_COMPILER arm-none-eabi-gcc)
set(CMAKE_CXX_COMPILER arm-none-eabi-g++)
# Make CMake happy about those compilers
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")