mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 09:08:53 +00:00
fix existing tests build
This commit is contained in:
@@ -46,11 +46,6 @@
|
|||||||
<ClCompile Include="..\test\runner.c" />
|
<ClCompile Include="..\test\runner.c" />
|
||||||
<ClCompile Include="..\test\src\tests.c" />
|
<ClCompile Include="..\test\src\tests.c" />
|
||||||
<ClCompile Include="..\test\src\test_bezier.c" />
|
<ClCompile Include="..\test\src\test_bezier.c" />
|
||||||
<ClCompile Include="..\test\src\test_cam.c" />
|
|
||||||
<ClCompile Include="..\test\src\test_cam_lh_no.c" />
|
|
||||||
<ClCompile Include="..\test\src\test_cam_lh_zo.c" />
|
|
||||||
<ClCompile Include="..\test\src\test_cam_rh_no.c" />
|
|
||||||
<ClCompile Include="..\test\src\test_cam_rh_zo.c" />
|
|
||||||
<ClCompile Include="..\test\src\test_clamp.c" />
|
<ClCompile Include="..\test\src\test_clamp.c" />
|
||||||
<ClCompile Include="..\test\src\test_common.c" />
|
<ClCompile Include="..\test\src\test_common.c" />
|
||||||
<ClCompile Include="..\test\src\test_euler.c" />
|
<ClCompile Include="..\test\src\test_euler.c" />
|
||||||
@@ -61,7 +56,11 @@
|
|||||||
<ClInclude Include="..\test\src\test_affine.h" />
|
<ClInclude Include="..\test\src\test_affine.h" />
|
||||||
<ClInclude Include="..\test\src\test_affine2d.h" />
|
<ClInclude Include="..\test\src\test_affine2d.h" />
|
||||||
<ClInclude Include="..\test\src\test_affine_mat.h" />
|
<ClInclude Include="..\test\src\test_affine_mat.h" />
|
||||||
<ClInclude Include="..\test\src\test_camera.h" />
|
<ClInclude Include="..\test\src\test_cam.h" />
|
||||||
|
<ClInclude Include="..\test\src\test_cam_lh_no.h" />
|
||||||
|
<ClInclude Include="..\test\src\test_cam_lh_zo.h" />
|
||||||
|
<ClInclude Include="..\test\src\test_cam_rh_no.h" />
|
||||||
|
<ClInclude Include="..\test\src\test_cam_rh_zo.h" />
|
||||||
<ClInclude Include="..\test\src\test_common.h" />
|
<ClInclude Include="..\test\src\test_common.h" />
|
||||||
<ClInclude Include="..\test\src\test_ivec2.h" />
|
<ClInclude Include="..\test\src\test_ivec2.h" />
|
||||||
<ClInclude Include="..\test\src\test_ivec3.h" />
|
<ClInclude Include="..\test\src\test_ivec3.h" />
|
||||||
@@ -72,10 +71,10 @@
|
|||||||
<ClInclude Include="..\test\src\test_plane.h" />
|
<ClInclude Include="..\test\src\test_plane.h" />
|
||||||
<ClInclude Include="..\test\src\test_project.h" />
|
<ClInclude Include="..\test\src\test_project.h" />
|
||||||
<ClInclude Include="..\test\src\test_quat.h" />
|
<ClInclude Include="..\test\src\test_quat.h" />
|
||||||
|
<ClInclude Include="..\test\src\test_ray.h" />
|
||||||
<ClInclude Include="..\test\src\test_vec2.h" />
|
<ClInclude Include="..\test\src\test_vec2.h" />
|
||||||
<ClInclude Include="..\test\src\test_vec3.h" />
|
<ClInclude Include="..\test\src\test_vec3.h" />
|
||||||
<ClInclude Include="..\test\src\test_vec4.h" />
|
<ClInclude Include="..\test\src\test_vec4.h" />
|
||||||
<ClInclude Include="..\test\src\test_ray.h" />
|
|
||||||
<ClInclude Include="..\test\tests.h" />
|
<ClInclude Include="..\test\tests.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Reference in New Issue
Block a user