Detach ATT from UR
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(UR)
|
||||
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
@@ -19,13 +20,11 @@ target_include_directories(UR PUBLIC ${URDepends_INCLUDES_DIRS})
|
||||
target_link_libraries(UR PUBLIC ${Aurora_Libraries})
|
||||
target_link_libraries(UR PUBLIC matio)
|
||||
target_link_libraries(UR PUBLIC ${Parser_Libraries})
|
||||
|
||||
target_link_libraries(UR PUBLIC URDepends::TransDetection)
|
||||
target_link_libraries(UR PUBLIC URDepends::eikonal)
|
||||
target_link_libraries(UR PUBLIC URDepends::TVALGPU)
|
||||
target_link_libraries(UR PUBLIC URDepends::SaftTofi)
|
||||
target_link_libraries(UR PUBLIC URDepends::SaftATT)
|
||||
|
||||
# target_link_libraries(UR PUBLIC URDepends::SaftATT)
|
||||
find_package(GTest REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${GTEST_INCLUDE_DIRS})
|
||||
|
||||
@@ -46,5 +45,6 @@ target_link_libraries(UR_Test PUBLIC URDepends::TransDetection)
|
||||
target_link_libraries(UR_Test PUBLIC URDepends::eikonal)
|
||||
target_link_libraries(UR_Test PUBLIC URDepends::TVALGPU)
|
||||
target_link_libraries(UR_Test PUBLIC URDepends::SaftTofi)
|
||||
target_link_libraries(UR_Test PUBLIC URDepends::SaftATT)
|
||||
# target_link_libraries(UR_Test PUBLIC URDepends::SaftATT)
|
||||
|
||||
gtest_discover_tests(UR_Test)
|
||||
Reference in New Issue
Block a user