build: add missing files to project files

This commit is contained in:
Recep Aslantas
2020-07-31 20:09:57 +03:00
parent 89ced4166a
commit 87092e6849
5 changed files with 27 additions and 2 deletions

View File

@@ -132,8 +132,9 @@ cglm_struct_HEADERS = include/cglm/struct/mat4.h \
include/cglm/struct/project.h \
include/cglm/struct/sphere.h \
include/cglm/struct/color.h \
include/cglm/struct/curve.h
include/cglm/struct/curve.h \
include/cglm/struct/affine2d.h
libcglm_la_SOURCES=\
src/euler.c \
src/affine.c \