Files
tronone-h7-scaffold/cmake/Modules/FindEMS.cmake

7 lines
144 B
CMake
Raw Normal View History

2026-01-17 17:48:42 +08:00
FetchContent_Declare(
ems
GIT_REPOSITORY https://gitee.com/dlmu-cone/ems
GIT_TAG main
)
FetchContent_MakeAvailable(ems)