Added cmake file for system
This commit is contained in:
parent
919cf61eec
commit
005f278742
1 changed files with 6 additions and 0 deletions
6
src/system/CMakeLists.txt
Normal file
6
src/system/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# LOCATION: projectroot/src/system
|
||||
|
||||
add_library(system_ch32v20x SHARED
|
||||
system_ch32v20x.c
|
||||
)
|
||||
target_include_directories(system_ch32v20x PUBLIC ./inc)
|
Loading…
Add table
Reference in a new issue