mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 09:08:53 +00:00
add new headers to makefile.am (#20)
* add new headers to makefile.am * add missing call headers to makefile.am
This commit is contained in:
committed by
Recep Aslantas
parent
c6b0d96e71
commit
74201aaef9
@@ -50,7 +50,9 @@ cglm_HEADERS = include/cglm/version.h \
|
||||
include/cglm/euler.h \
|
||||
include/cglm/util.h \
|
||||
include/cglm/quat.h \
|
||||
include/cglm/affine-mat.h
|
||||
include/cglm/affine-mat.h \
|
||||
include/cglm/plane.h \
|
||||
include/cglm/frustum.h
|
||||
|
||||
cglm_calldir=$(includedir)/cglm/call
|
||||
cglm_call_HEADERS = include/cglm/call/mat4.h \
|
||||
@@ -61,7 +63,9 @@ cglm_call_HEADERS = include/cglm/call/mat4.h \
|
||||
include/cglm/call/io.h \
|
||||
include/cglm/call/cam.h \
|
||||
include/cglm/call/quat.h \
|
||||
include/cglm/call/euler.h
|
||||
include/cglm/call/euler.h \
|
||||
include/cglm/call/plane.h \
|
||||
include/cglm/call/frustum.h
|
||||
|
||||
cglm_simddir=$(includedir)/cglm/simd
|
||||
cglm_simd_HEADERS = include/cglm/simd/intrin.h
|
||||
|
Reference in New Issue
Block a user