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.
8 lines
387 B
8 lines
387 B
project(Csl_Stm32f0xx ASM C CXX) # do this intead sf declaring languages in the beginning it will prevent loop errors.
|
|
|
|
####################################################################################################
|
|
#SUBDIRECTORIES
|
|
####################################################################################################
|
|
add_subdirectory(startup)
|
|
add_subdirectory(Src)
|