mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
fix tests on windows (msvc)
This commit is contained in:
@@ -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>
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user