mirror of
https://github.com/recp/cglm.git
synced 2026-01-06 15:10:04 +00:00
update build files
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user