Renamed pkg-config file template.

This commit is contained in:
Camilla Berglund
2012-03-26 03:06:45 +02:00
parent 7fb702a22b
commit e53bbfd2dd
2 changed files with 1 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: GLFW
Description: A portable library for OpenGL, window and input
Version: 3.0.0
URL: http://www.glfw.org/
Requires.private: @GLFW_PKG_DEPS@
Libs: -L${libdir} -lglfw
Libs.private: @GLFW_PKG_LIBS@
Cflags: -I${includedir}