mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
update build scripts
This commit is contained in:
@@ -98,13 +98,15 @@ libcglm_la_SOURCES=\
|
|||||||
src/mat4.c \
|
src/mat4.c \
|
||||||
src/plane.c \
|
src/plane.c \
|
||||||
src/frustum.c \
|
src/frustum.c \
|
||||||
src/box.c
|
src/box.c \
|
||||||
|
src/project.c
|
||||||
|
|
||||||
test_tests_SOURCES=\
|
test_tests_SOURCES=\
|
||||||
test/src/test_common.c \
|
test/src/test_common.c \
|
||||||
test/src/test_main.c \
|
test/src/test_main.c \
|
||||||
test/src/test_mat4.c \
|
test/src/test_mat4.c \
|
||||||
test/src/test_cam.c \
|
test/src/test_cam.c \
|
||||||
|
test/src/test_project.c \
|
||||||
test/src/test_clamp.c \
|
test/src/test_clamp.c \
|
||||||
test/src/test_euler.c
|
test/src/test_euler.c
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user