diff options
Diffstat (limited to 'repo/glm/glm.pc')
-rw-r--r-- | repo/glm/glm.pc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/repo/glm/glm.pc b/repo/glm/glm.pc new file mode 100644 index 0000000..e3bb5ac --- /dev/null +++ b/repo/glm/glm.pc @@ -0,0 +1,7 @@ +prefix=/usr +includedir=${prefix}/include + +Name: GLM +Description: OpenGL Mathematics +Version: 0.9.9 +Cflags: -I${includedir} |