We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643700c commit 144d1e7Copy full SHA for 144d1e7
Makefile.am
@@ -131,7 +131,8 @@ cglm_call_HEADERS = include/cglm/call/mat4.h \
131
include/cglm/call/bezier.h \
132
include/cglm/call/ray.h \
133
include/cglm/call/affine.h \
134
- include/cglm/call/affine2d.h
+ include/cglm/call/affine2d.h \
135
+ include/cglm/call/aabb2d.h
136
137
cglm_call_clipspacedir=$(includedir)/cglm/call/clipspace
138
cglm_call_clipspace_HEADERS = include/cglm/call/clipspace/persp_lh_no.h \
0 commit comments