mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 03:27:45 +08:00
7 lines
144 B
CMake
7 lines
144 B
CMake
FetchContent_Declare(
|
|
ems
|
|
GIT_REPOSITORY https://gitee.com/dlmu-cone/ems
|
|
GIT_TAG main
|
|
)
|
|
FetchContent_MakeAvailable(ems)
|