update build scripts

This commit is contained in:
Recep Aslantas
2018-04-03 16:47:51 +03:00
parent 024412f00e
commit 429fdfd5c5

View File

@@ -98,13 +98,15 @@ libcglm_la_SOURCES=\
src/mat4.c \
src/plane.c \
src/frustum.c \
src/box.c
src/box.c \
src/project.c
test_tests_SOURCES=\
test/src/test_common.c \
test/src/test_main.c \
test/src/test_mat4.c \
test/src/test_cam.c \
test/src/test_project.c \
test/src/test_clamp.c \
test/src/test_euler.c