diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2015-03-02 14:42:34 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2015-03-02 14:42:34 +0100 |
commit | e468c6c546dbb4d9665ccb95b1571a160753d50e (patch) | |
tree | 0c0544cb4e9f892523b2aed581c7a56510383595 /astra_vc08.vcproj | |
parent | 24a2b2b0a6a354efd58774a4bce930cb9f90334f (diff) | |
parent | bf5aa06406162656752f031edf3ca90f00ff76dd (diff) | |
download | astra-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_vc08.vcproj')
-rw-r--r-- | astra_vc08.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/astra_vc08.vcproj b/astra_vc08.vcproj index 750a9eb..957586a 100644 --- a/astra_vc08.vcproj +++ b/astra_vc08.vcproj @@ -967,6 +967,10 @@ >
</File>
<File
+ RelativePath=".\src\GeometryUtil3D.cpp"
+ >
+ </File>
+ <File
RelativePath=".\src\Logger.cpp"
>
</File>
@@ -1007,6 +1011,14 @@ >
</File>
<File
+ RelativePath=".\include\astra\GeometryUtil2D.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\astra\GeometryUtil3D.h"
+ >
+ </File>
+ <File
RelativePath=".\include\astra\Logger.h"
>
</File>
|