Commit 43a87f23 authored by bader's avatar bader

update of Visual Studio sproject files

parent 5c22fe66
......@@ -82,6 +82,9 @@
<PostBuildEvent>
<Command>xcopy /y $(ProjectDir)SDL\lib\SDL.dll $(OutDir) </Command>
</PostBuildEvent>
<ProjectReference>
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
</ProjectReference>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="src\opengl\camera.h" />
......
No preview for this file type
No preview for this file type
......@@ -102,6 +102,9 @@
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>cudart.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<CudaCompile>
<CodeGeneration>compute_20,sm_20</CodeGeneration>
</CudaCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\examples\swe_wavepropagation.cpp" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment