Update to dms control phase1.
This commit is contained in:
5
thirdParty/Req/pub/cmake/ReqConfig.cmake
vendored
Normal file
5
thirdParty/Req/pub/cmake/ReqConfig.cmake
vendored
Normal 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)
|
||||
Reference in New Issue
Block a user