2011-09-19 16:46:20 +00:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
includedir=${prefix}/include
|
2013-10-12 18:22:48 +00:00
|
|
|
libdir=${exec_prefix}/lib@LIB_SUFFIX@
|
2011-09-19 16:46:20 +00:00
|
|
|
|
|
|
|
Name: GLFW
|
|
|
|
Description: A portable library for OpenGL, window and input
|
2012-03-26 11:15:37 +00:00
|
|
|
Version: @GLFW_VERSION_FULL@
|
2011-09-19 16:46:20 +00:00
|
|
|
URL: http://www.glfw.org/
|
2012-03-25 15:31:22 +00:00
|
|
|
Requires.private: @GLFW_PKG_DEPS@
|
2012-07-30 00:04:08 +00:00
|
|
|
Libs: -L${libdir} -l@GLFW_LIB_NAME@
|
2012-03-25 15:31:22 +00:00
|
|
|
Libs.private: @GLFW_PKG_LIBS@
|
2011-09-19 16:46:20 +00:00
|
|
|
Cflags: -I${includedir}
|