STM32F407ZET6_MRB/arm-none-eabi.cmake
2021-07-10 20:08:41 +08:00

4 lines
174 B
CMake

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")