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