mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 11:37:44 +08:00
spring
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#include(FetchContent)
|
||||
#include(Modules/FindRPL)
|
||||
include(FetchContent)
|
||||
#include(Modules/FindRPL)
|
||||
include(Modules/FindEMS)
|
||||
6
cmake/Modules/FindEMS.cmake
Normal file
6
cmake/Modules/FindEMS.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
FetchContent_Declare(
|
||||
ems
|
||||
GIT_REPOSITORY https://gitee.com/dlmu-cone/ems
|
||||
GIT_TAG main
|
||||
)
|
||||
FetchContent_MakeAvailable(ems)
|
||||
Reference in New Issue
Block a user