update build files

This commit is contained in:
Recep Aslantas
2018-06-21 10:07:51 +03:00
parent 669777eb37
commit 3adeac06f8
3 changed files with 18 additions and 3 deletions

View File

@@ -56,7 +56,8 @@ cglm_HEADERS = include/cglm/version.h \
include/cglm/box.h \
include/cglm/color.h \
include/cglm/project.h \
include/cglm/sphere.h
include/cglm/sphere.h \
include/cglm/ease.h
cglm_calldir=$(includedir)/cglm/call
cglm_call_HEADERS = include/cglm/call/mat4.h \
@@ -72,7 +73,8 @@ cglm_call_HEADERS = include/cglm/call/mat4.h \
include/cglm/call/frustum.h \
include/cglm/call/box.h \
include/cglm/call/project.h \
include/cglm/call/sphere.h
include/cglm/call/sphere.h \
include/cglm/call/ease.h
cglm_simddir=$(includedir)/cglm/simd
cglm_simd_HEADERS = include/cglm/simd/intrin.h
@@ -104,7 +106,8 @@ libcglm_la_SOURCES=\
src/frustum.c \
src/box.c \
src/project.c \
src/sphere.c
src/sphere.c \
src/ease.c
test_tests_SOURCES=\
test/src/test_common.c \