mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 05:06:13 +00:00
bounding box
This commit is contained in:
@@ -52,7 +52,8 @@ cglm_HEADERS = include/cglm/version.h \
|
||||
include/cglm/quat.h \
|
||||
include/cglm/affine-mat.h \
|
||||
include/cglm/plane.h \
|
||||
include/cglm/frustum.h
|
||||
include/cglm/frustum.h \
|
||||
include/cglm/box.h
|
||||
|
||||
cglm_calldir=$(includedir)/cglm/call
|
||||
cglm_call_HEADERS = include/cglm/call/mat4.h \
|
||||
@@ -65,7 +66,8 @@ cglm_call_HEADERS = include/cglm/call/mat4.h \
|
||||
include/cglm/call/quat.h \
|
||||
include/cglm/call/euler.h \
|
||||
include/cglm/call/plane.h \
|
||||
include/cglm/call/frustum.h
|
||||
include/cglm/call/frustum.h \
|
||||
include/cglm/call/box.h
|
||||
|
||||
cglm_simddir=$(includedir)/cglm/simd
|
||||
cglm_simd_HEADERS = include/cglm/simd/intrin.h
|
||||
@@ -94,7 +96,8 @@ libcglm_la_SOURCES=\
|
||||
src/mat3.c \
|
||||
src/mat4.c \
|
||||
src/plane.c \
|
||||
src/frustum.c
|
||||
src/frustum.c \
|
||||
src/box.c
|
||||
|
||||
test_tests_SOURCES=\
|
||||
test/src/test_common.c \
|
||||
|
||||
Reference in New Issue
Block a user