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