build: add missing files

This commit is contained in:
Recep Aslantas
2021-08-16 01:10:29 +03:00
parent 6cf1fb8992
commit 4530e0381b
3 changed files with 40 additions and 6 deletions

View File

@@ -32,6 +32,8 @@
<ClCompile Include="..\src\clipspace\persp_lh_zo.c" />
<ClCompile Include="..\src\clipspace\persp_rh_no.c" />
<ClCompile Include="..\src\clipspace\persp_rh_zo.c" />
<ClCompile Include="..\src\clipspace\project_no.c" />
<ClCompile Include="..\src\clipspace\project_zo.c" />
<ClCompile Include="..\src\clipspace\view_lh_no.c" />
<ClCompile Include="..\src\clipspace\view_lh_zo.c" />
<ClCompile Include="..\src\clipspace\view_rh_no.c" />
@@ -74,6 +76,8 @@
<ClInclude Include="..\include\cglm\call\clipspace\persp_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\persp_rh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\persp_rh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\project_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\project_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_lh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_rh_no.h" />