Optimized C implementation of OpenGL Mathematics (glm) library
Optimized OpenGL/Graphics Math (glm) for C
cglm$ gcc -I$(brew --prefix cglm)/include myprogram.c -o myprogram -lm$ find_package(cglm REQUIRED) and target_link_libraries(mytarget cglm)$ pkg-config --cflags --libs cglm