Added system llbr to main target
This commit is contained in:
parent
0357b82201
commit
919cf61eec
|
@ -5,7 +5,6 @@ add_subdirectory(peripheral)
|
||||||
add_subdirectory(system)
|
add_subdirectory(system)
|
||||||
add_subdirectory(startup)
|
add_subdirectory(startup)
|
||||||
|
|
||||||
|
|
||||||
add_executable(main
|
add_executable(main
|
||||||
main.c
|
main.c
|
||||||
ch32v20x_it.c
|
ch32v20x_it.c
|
||||||
|
@ -13,4 +12,5 @@ add_executable(main
|
||||||
|
|
||||||
target_link_libraries(main
|
target_link_libraries(main
|
||||||
core_riscv
|
core_riscv
|
||||||
|
system_ch32v20x
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue