Commit source
This commit is contained in:
17
cmake/URDependsConfig.cmake
Normal file
17
cmake/URDependsConfig.cmake
Normal file
@@ -0,0 +1,17 @@
|
||||
add_library(URDepends SHARED IMPORTED)
|
||||
get_filename_component(CURRENT_DIR "${CMAKE_CURRENT_LIST_DIR}" PATH)
|
||||
get_filename_component(_DIR "${CURRENT_DIR}" PATH)
|
||||
set(URDepends_INCLUDES_DIRS "${_DIR}/include")
|
||||
add_library(URDepends SHARED IMPORTED)
|
||||
set_target_properties(URDepends PROPERTIES IMPORTED_LOCATION
|
||||
"${_DIR}/lib/libeikonalGPU.so"
|
||||
"${_DIR}/lib/libFastMatching.so"
|
||||
"${_DIR}/lib/libSaftATT.so"
|
||||
"${_DIR}/lib/libSaftTofi.so"
|
||||
"${_DIR}/lib/libsignalProcess.so"
|
||||
"${_DIR}/lib/libTranDetection.so"
|
||||
"${_DIR}/lib/libTVALGPU.so"
|
||||
)
|
||||
|
||||
set(URDepends_FOUND ON)
|
||||
message(URDepends Found)
|
||||
Reference in New Issue
Block a user