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.
KED/bsl/csl/stm32f042/CMakeLists.txt

9 lines
413 B

project(Csl_Stm32f0xx ASM C CXX) # do this intead sf declaring languages in the beginning it will prevent loop errors.
####################################################################################################
#SUBDIRECTORIES
####################################################################################################
add_subdirectory(Drivers)
add_subdirectory(startup)
add_subdirectory(Src)