Update to dms control phase1.

This commit is contained in:
sunwen
2023-08-21 14:22:41 +08:00
parent d1dc5df680
commit 20fb814608
59 changed files with 2538 additions and 904 deletions

View File

@@ -0,0 +1,5 @@
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_DIR}" PATH)
set(Req_INCLUDES_DIRS "${_DIR}/include")
add_library(Req SHARED IMPORTED)
set_target_properties(Req PROPERTIES IMPORTED_LOCATION "${_DIR}/lib/libReq.so")
set(Req_FOUND ON)