STM32H750XB_Hello/arm-none-eabi.cmake

6 lines
176 B
CMake
Raw Normal View History

2021-02-28 13:06:35 +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")