Added lines to add in the subdirectories needed for the mcu

This commit is contained in:
jakeg00dwin 2024-12-06 21:46:18 -08:00
parent 57c10fe661
commit acbc5fcc2c
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# LOCATION: projectroot/src
add_executable(main
main.c
main.c
ch32v20x_it.c
)
add_subdirectory(core)
add_subdirectory(peripheral)
add_subdirectory(system)
add_subdirectory(startup)