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