#################################################################################################### # bsl_nucleo_f042k6_compiler.cmake #################################################################################################### set(CMAKE_SIZE "/usr/bin/size") set(CMAKE_C_COMPILER "/usr/bin/gcc") set(CMAKE_CXX_COMPILER "/usr/bin/g++") option(IS_NO_SYS "Use a custom linker script" OFF) option(NEED_OBJCOPY "If objcopy is neede for cross compilation" OFF) #################################################################################################### #PROJECT & LIBRARIES : defined by user and important that it comes after the VARIABLES otherwise the Set varibale will not be used. ####################################################################################################