Added cmake file for system
This commit is contained in:
parent
919cf61eec
commit
005f278742
|
@ -0,0 +1,6 @@
|
|||
# LOCATION: projectroot/src/system
|
||||
|
||||
add_library(system_ch32v20x SHARED
|
||||
system_ch32v20x.c
|
||||
)
|
||||
target_include_directories(system_ch32v20x PUBLIC ./inc)
|
Loading…
Reference in New Issue