Update vcxproj files for test_ray

This commit is contained in:
Uwila
2020-04-06 13:51:29 +02:00
parent 7bcd7609eb
commit 38cb693834
2 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
<ClInclude Include="..\test\src\test_vec2.h" />
<ClInclude Include="..\test\src\test_vec3.h" />
<ClInclude Include="..\test\src\test_vec4.h" />
<ClInclude Include="..\test\src\test_ray.h" />
<ClInclude Include="..\test\tests.h" />
</ItemGroup>
<ItemGroup>

View File

@@ -79,5 +79,8 @@
<ClInclude Include="..\test\src\test_vec2.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="..\test\src\test_ray.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
</Project>