diff options
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} |