mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 12:32:40 +00:00
build: add missing files
This commit is contained in:
@@ -167,7 +167,9 @@ cglm_struct_clipspace_HEADERS = include/cglm/struct/clipspace/persp_lh_zo.h \
|
||||
include/cglm/struct/clipspace/view_lh_zo.h \
|
||||
include/cglm/struct/clipspace/view_rh_zo.h \
|
||||
include/cglm/struct/clipspace/view_lh_no.h \
|
||||
include/cglm/struct/clipspace/view_rh_no.h
|
||||
include/cglm/struct/clipspace/view_rh_no.h \
|
||||
include/cglm/struct/clipspace/project_zo.h \
|
||||
include/cglm/struct/clipspace/project_no.h
|
||||
|
||||
libcglm_la_SOURCES=\
|
||||
src/euler.c \
|
||||
|
||||
@@ -105,6 +105,8 @@
|
||||
<ClInclude Include="..\include\cglm\clipspace\persp_lh_zo.h" />
|
||||
<ClInclude Include="..\include\cglm\clipspace\persp_rh_no.h" />
|
||||
<ClInclude Include="..\include\cglm\clipspace\persp_rh_zo.h" />
|
||||
<ClInclude Include="..\include\cglm\clipspace\project_no.h" />
|
||||
<ClInclude Include="..\include\cglm\clipspace\project_zo.h" />
|
||||
<ClInclude Include="..\include\cglm\clipspace\view_lh.h" />
|
||||
<ClInclude Include="..\include\cglm\clipspace\view_lh_no.h" />
|
||||
<ClInclude Include="..\include\cglm\clipspace\view_lh_zo.h" />
|
||||
|
||||
@@ -540,5 +540,11 @@
|
||||
<ClInclude Include="..\include\cglm\struct\clipspace\view_rh_zo.h">
|
||||
<Filter>include\cglm\struct\clipspace</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\cglm\clipspace\project_no.h">
|
||||
<Filter>include\cglm\clipspace</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\cglm\clipspace\project_zo.h">
|
||||
<Filter>include\cglm\clipspace</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user