win: add missing files to build

This commit is contained in:
Recep Aslantas
2021-05-30 12:43:17 +03:00
parent f0c2860179
commit 8898c3b471
4 changed files with 218 additions and 17 deletions

View File

@@ -24,6 +24,18 @@
<ClCompile Include="..\src\bezier.c" />
<ClCompile Include="..\src\box.c" />
<ClCompile Include="..\src\cam.c" />
<ClCompile Include="..\src\clipspace\ortho_lh_no.c" />
<ClCompile Include="..\src\clipspace\ortho_lh_zo.c" />
<ClCompile Include="..\src\clipspace\ortho_rh_no.c" />
<ClCompile Include="..\src\clipspace\ortho_rh_zo.c" />
<ClCompile Include="..\src\clipspace\persp_lh_no.c" />
<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\view_lh_no.c" />
<ClCompile Include="..\src\clipspace\view_lh_zo.c" />
<ClCompile Include="..\src\clipspace\view_rh_no.c" />
<ClCompile Include="..\src\clipspace\view_rh_zo.c" />
<ClCompile Include="..\src\curve.c" />
<ClCompile Include="..\src\ease.c" />
<ClCompile Include="..\src\euler.c" />
@@ -54,6 +66,18 @@
<ClInclude Include="..\include\cglm\call\bezier.h" />
<ClInclude Include="..\include\cglm\call\box.h" />
<ClInclude Include="..\include\cglm\call\cam.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\persp_lh_no.h" />
<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\view_lh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_rh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_rh_zo.h" />
<ClInclude Include="..\include\cglm\call\curve.h" />
<ClInclude Include="..\include\cglm\call\ease.h" />
<ClInclude Include="..\include\cglm\call\euler.h" />
@@ -70,18 +94,6 @@
<ClInclude Include="..\include\cglm\call\vec2.h" />
<ClInclude Include="..\include\cglm\call\vec3.h" />
<ClInclude Include="..\include\cglm\call\vec4.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\persp_lh_no.h" />
<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\view_lh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_lh_zo.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_rh_no.h" />
<ClInclude Include="..\include\cglm\call\clipspace\view_rh_zo.h" />
<ClInclude Include="..\include\cglm\cam.h" />
<ClInclude Include="..\include\cglm\cglm.h" />
<ClInclude Include="..\include\cglm\clipspace\ortho_lh_no.h" />
@@ -133,6 +145,18 @@
<ClInclude Include="..\include\cglm\struct\affine2d.h" />
<ClInclude Include="..\include\cglm\struct\box.h" />
<ClInclude Include="..\include\cglm\struct\cam.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\ortho_lh_no.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\ortho_lh_zo.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\ortho_rh_no.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\ortho_rh_zo.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\persp_lh_no.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\persp_lh_zo.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\persp_rh_no.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\persp_rh_zo.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\view_lh_no.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\view_lh_zo.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\view_rh_no.h" />
<ClInclude Include="..\include\cglm\struct\clipspace\view_rh_zo.h" />
<ClInclude Include="..\include\cglm\struct\color.h" />
<ClInclude Include="..\include\cglm\struct\curve.h" />
<ClInclude Include="..\include\cglm\struct\euler.h" />
@@ -312,4 +336,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>