From 0d015b1c91581ee5ef3e936f03e4c62fbc7ea362 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 4 Dec 2015 16:34:44 +0100 Subject: Update Windows build files --- astra_vc09.vcproj | 8 ++++++++ astra_vc11.vcxproj | 2 ++ astra_vc11.vcxproj.filters | 6 ++++++ build/msvc/gen.py | 2 ++ 4 files changed, 18 insertions(+) diff --git a/astra_vc09.vcproj b/astra_vc09.vcproj index b928662..f2cf62a 100644 --- a/astra_vc09.vcproj +++ b/astra_vc09.vcproj @@ -748,6 +748,10 @@ RelativePath=".\include\astra\ForwardProjectionAlgorithm.h" > + + @@ -796,6 +800,10 @@ RelativePath=".\src\ForwardProjectionAlgorithm.cpp" > + + diff --git a/astra_vc11.vcxproj b/astra_vc11.vcxproj index fc8b9ce..d050b96 100644 --- a/astra_vc11.vcxproj +++ b/astra_vc11.vcxproj @@ -540,6 +540,7 @@ + @@ -652,6 +653,7 @@ + diff --git a/astra_vc11.vcxproj.filters b/astra_vc11.vcxproj.filters index af8ca39..dd7f574 100644 --- a/astra_vc11.vcxproj.filters +++ b/astra_vc11.vcxproj.filters @@ -105,6 +105,9 @@ Algorithms\source + + Algorithms\source + Algorithms\source @@ -350,6 +353,9 @@ Algorithms\headers + + Algorithms\headers + Algorithms\headers diff --git a/build/msvc/gen.py b/build/msvc/gen.py index c18c1e8..999710f 100644 --- a/build/msvc/gen.py +++ b/build/msvc/gen.py @@ -183,6 +183,7 @@ P_astra["filters"]["Algorithms\\source"] = [ "src\\CglsAlgorithm.cpp", "src\\FilteredBackProjectionAlgorithm.cpp", "src\\ForwardProjectionAlgorithm.cpp", +"src\\PluginAlgorithm.cpp", "src\\ReconstructionAlgorithm2D.cpp", "src\\ReconstructionAlgorithm3D.cpp", "src\\SartAlgorithm.cpp", @@ -315,6 +316,7 @@ P_astra["filters"]["Algorithms\\headers"] = [ "include\\astra\\CudaBackProjectionAlgorithm3D.h", "include\\astra\\FilteredBackProjectionAlgorithm.h", "include\\astra\\ForwardProjectionAlgorithm.h", +"include\\astra\\PluginAlgorithm.h", "include\\astra\\ReconstructionAlgorithm2D.h", "include\\astra\\ReconstructionAlgorithm3D.h", "include\\astra\\SartAlgorithm.h", -- cgit v1.2.3