STM32H750VB_Hello/arm-none-eabi.cmake

4 lines
174 B
CMake
Raw Normal View History

2021-11-30 08:19:03 +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")