fix tests on windows (msvc)

This commit is contained in:
Recep Aslantas
2020-01-17 23:29:36 +03:00
parent 9af0ebd142
commit cf8dc82783
4 changed files with 6 additions and 11 deletions

View File

@@ -30,6 +30,7 @@
<ClCompile Include="..\test\src\test_mat4.c" />
<ClCompile Include="..\test\src\test_project.c" />
<ClCompile Include="..\test\src\test_quat.c" />
<ClCompile Include="..\test\src\test_struct.c" />
<ClCompile Include="..\test\src\test_vec3.c" />
<ClCompile Include="..\test\src\test_vec4.c" />
</ItemGroup>

View File

@@ -50,6 +50,9 @@
<ClCompile Include="..\test\src\test_vec4.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\test\src\test_struct.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\test\tests.h">