From 7f8b70746f0991fc0e7197b2d984d7d3fa2a8a4a Mon Sep 17 00:00:00 2001 From: kradchen Date: Fri, 2 Jun 2023 15:51:45 +0800 Subject: [PATCH] Add Main strart reconconstruction --- CMakeLists.txt | 2 +- src/main.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e126373..b5a830f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ 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::TVALGPU) find_package(GTest REQUIRED) INCLUDE_DIRECTORIES(${GTEST_INCLUDE_DIRS}) diff --git a/src/main.cxx b/src/main.cxx index f76a693..11b47f0 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -8,9 +8,9 @@ #include "common/ceMatchedFilterHandling.h" #include "MatlabReader.h" - +#include "startReconstructions.h" int main() { - + Recon::startReconstructions(); return 0; }