This commit is contained in:
TuxMonkey
2026-01-17 17:48:42 +08:00
parent 93abe2381f
commit c6a0c3f0cc
5 changed files with 245 additions and 214 deletions

View File

@@ -0,0 +1,6 @@
FetchContent_Declare(
ems
GIT_REPOSITORY https://gitee.com/dlmu-cone/ems
GIT_TAG main
)
FetchContent_MakeAvailable(ems)