win: add missing files to visual studio project

This commit is contained in:
Recep Aslantas
2022-08-23 16:01:40 +03:00
parent 2d348ceba0
commit 073a11a6b8
4 changed files with 56 additions and 0 deletions

View File

@@ -39,6 +39,9 @@
<ClInclude Include="..\test\src\test_affine_mat.h" />
<ClInclude Include="..\test\src\test_camera.h" />
<ClInclude Include="..\test\src\test_common.h" />
<ClInclude Include="..\test\src\test_ivec2.h" />
<ClInclude Include="..\test\src\test_ivec3.h" />
<ClInclude Include="..\test\src\test_ivec4.h" />
<ClInclude Include="..\test\src\test_mat2.h" />
<ClInclude Include="..\test\src\test_mat3.h" />
<ClInclude Include="..\test\src\test_mat4.h" />