Fixing dependency issues

This commit is contained in:
2019-12-08 21:12:21 +02:00
parent c0be7e1680
commit 32cd3c2037
7 changed files with 5304 additions and 35 deletions
+4
View File
@@ -115,18 +115,22 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="ColladaModel.cpp" />
<ClCompile Include="geometry.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="model.cpp" />
<ClCompile Include="renderer.cpp" />
<ClCompile Include="tgaimage.cpp" />
<ClCompile Include="tinyxml2.cpp" />
<ClCompile Include="util_window.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="ColladaModel.h" />
<ClInclude Include="geometry.h" />
<ClInclude Include="model.h" />
<ClInclude Include="renderer.h" />
<ClInclude Include="tgaimage.h" />
<ClInclude Include="tinyxml2.h" />
<ClInclude Include="util_window.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />