summaryrefslogtreecommitdiffstats
path: root/astra_vc11.vcxproj
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2015-03-02 14:42:34 +0100
committerWillem Jan Palenstijn <wjp@usecode.org>2015-03-02 14:42:34 +0100
commite468c6c546dbb4d9665ccb95b1571a160753d50e (patch)
tree0c0544cb4e9f892523b2aed581c7a56510383595 /astra_vc11.vcxproj
parent24a2b2b0a6a354efd58774a4bce930cb9f90334f (diff)
parentbf5aa06406162656752f031edf3ca90f00ff76dd (diff)
downloadastra-e468c6c546dbb4d9665ccb95b1571a160753d50e.tar.gz
astra-e468c6c546dbb4d9665ccb95b1571a160753d50e.tar.bz2
astra-e468c6c546dbb4d9665ccb95b1571a160753d50e.tar.xz
astra-e468c6c546dbb4d9665ccb95b1571a160753d50e.zip
Merge pull request #24 from wjp/cuda_includes
Untangle cuda and astra includes
Diffstat (limited to 'astra_vc11.vcxproj')
-rw-r--r--astra_vc11.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/astra_vc11.vcxproj b/astra_vc11.vcxproj
index 482bb1b..6596a05 100644
--- a/astra_vc11.vcxproj
+++ b/astra_vc11.vcxproj
@@ -255,6 +255,7 @@
<ClCompile Include="src\ForwardProjectionAlgorithm.cpp" />
<ClCompile Include="src\Fourier.cpp" />
<ClCompile Include="src\Globals.cpp" />
+ <ClCompile Include="src\GeometryUtil3D.cpp" />
<ClCompile Include="src\Logger.cpp" />
<ClCompile Include="src\ParallelBeamBlobKernelProjector2D.cpp" />
<ClCompile Include="src\ParallelBeamLinearKernelProjector2D.cpp" />
@@ -364,6 +365,8 @@
<ClInclude Include="include\astra\ForwardProjectionAlgorithm.h" />
<ClInclude Include="include\astra\Fourier.h" />
<ClInclude Include="include\astra\Globals.h" />
+ <ClInclude Include="include\astra\GeometryUtil2D.h" />
+ <ClInclude Include="include\astra\GeometryUtil3D.h" />
<ClInclude Include="include\astra\Logger.h" />
<ClInclude Include="include\astra\ParallelBeamBlobKernelProjector2D.h" />
<ClInclude Include="include\astra\ParallelBeamLinearKernelProjector2D.h" />
@@ -415,7 +418,6 @@
<CudaCompile Include="cuda\3d\cone_bp.cu" />
<CudaCompile Include="cuda\3d\cone_fp.cu" />
<CudaCompile Include="cuda\3d\darthelper3d.cu" />
- <CudaCompile Include="cuda\3d\dims3d.cu" />
<CudaCompile Include="cuda\3d\fdk.cu" />
<CudaCompile Include="cuda\3d\par3d_bp.cu" />
<CudaCompile Include="cuda\3d\par3d_fp.cu" />
@@ -436,4 +438,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 5.5.targets" />
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>