build: add missing files

This commit is contained in:
Recep Aslantas
2021-08-16 00:55:19 +03:00
parent ef22e2063f
commit 28d24da6df
3 changed files with 11 additions and 1 deletions

View File

@@ -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 \