Added cmake file for system

This commit is contained in:
jakeg00dwin 2024-12-06 22:09:57 -08:00
parent 919cf61eec
commit 005f278742
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# LOCATION: projectroot/src/system
add_library(system_ch32v20x SHARED
system_ch32v20x.c
)
target_include_directories(system_ch32v20x PUBLIC ./inc)