Added lines to add in the subdirectories needed for the mcu
This commit is contained in:
parent
57c10fe661
commit
acbc5fcc2c
|
@ -1,3 +1,10 @@
|
||||||
|
# LOCATION: projectroot/src
|
||||||
add_executable(main
|
add_executable(main
|
||||||
main.c
|
main.c
|
||||||
|
ch32v20x_it.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_subdirectory(core)
|
||||||
|
add_subdirectory(peripheral)
|
||||||
|
add_subdirectory(system)
|
||||||
|
add_subdirectory(startup)
|
||||||
|
|
Loading…
Reference in New Issue