diff options
author | Andreas Grois <andi@grois.info> | 2018-03-09 21:36:10 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-09 21:36:10 +0100 |
commit | 3b734f0d6b9e28c1f2c4ae54e3f46e573e02f4a5 (patch) | |
tree | 444542870666e41594e7b493f625ade81d64f885 /glfw-3.2.1/src/glfw3.pc.in |
Initial Commit
Diffstat (limited to 'glfw-3.2.1/src/glfw3.pc.in')
-rw-r--r-- | glfw-3.2.1/src/glfw3.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/glfw-3.2.1/src/glfw3.pc.in b/glfw-3.2.1/src/glfw3.pc.in new file mode 100644 index 0000000..f2e4d97 --- /dev/null +++ b/glfw-3.2.1/src/glfw3.pc.in @@ -0,0 +1,13 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +includedir=${prefix}/include +libdir=${exec_prefix}/lib@LIB_SUFFIX@ + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: @GLFW_VERSION_FULL@ +URL: http://www.glfw.org/ +Requires.private: @GLFW_PKG_DEPS@ +Libs: -L${libdir} -l@GLFW_LIB_NAME@ +Libs.private: @GLFW_PKG_LIBS@ +Cflags: -I${includedir} |