mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
build: add vec2 and mat2 files
This commit is contained in:
@@ -30,11 +30,16 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\test\include\common.h" />
|
||||
<ClInclude Include="..\test\src\test_affine.h" />
|
||||
<ClInclude Include="..\test\src\test_affine_mat.h" />
|
||||
<ClInclude Include="..\test\src\test_common.h" />
|
||||
<ClInclude Include="..\test\src\test_mat2.h" />
|
||||
<ClInclude Include="..\test\src\test_mat3.h" />
|
||||
<ClInclude Include="..\test\src\test_mat4.h" />
|
||||
<ClInclude Include="..\test\src\test_plane.h" />
|
||||
<ClInclude Include="..\test\src\test_project.h" />
|
||||
<ClInclude Include="..\test\src\test_quat.h" />
|
||||
<ClInclude Include="..\test\src\test_vec2.h" />
|
||||
<ClInclude Include="..\test\src\test_vec3.h" />
|
||||
<ClInclude Include="..\test\src\test_vec4.h" />
|
||||
<ClInclude Include="..\test\tests.h" />
|
||||
|
||||
Reference in New Issue
Block a user