Add Main strart reconconstruction
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
|
||||
#include "common/ceMatchedFilterHandling.h"
|
||||
#include "MatlabReader.h"
|
||||
|
||||
#include "startReconstructions.h"
|
||||
int main()
|
||||
{
|
||||
|
||||
Recon::startReconstructions();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user