You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
803 B
15 lines
803 B
####################################################################################################
|
|
# 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.
|
|
####################################################################################################
|