Files
tronone-h7-scaffold/cmake/Modules/FindEMS.cmake
TuxMonkey c6a0c3f0cc spring
2026-01-17 17:48:42 +08:00

7 lines
144 B
CMake

FetchContent_Declare(
ems
GIT_REPOSITORY https://gitee.com/dlmu-cone/ems
GIT_TAG main
)
FetchContent_MakeAvailable(ems)