2011-09-19 12:46:20 -04:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2018-10-30 08:30:44 -04:00
|
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
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
|
2019-05-08 09:28:18 -04:00
|
|
|
Version: @GLFW_VERSION@
|
2018-11-02 15:55:02 -04:00
|
|
|
URL: https://www.glfw.org/
|
2021-07-30 07:19:46 -04:00
|
|
|
Requires.private: @GLFW_PKG_CONFIG_REQUIRES_PRIVATE@
|
2012-07-29 20:04:08 -04:00
|
|
|
Libs: -L${libdir} -l@GLFW_LIB_NAME@
|
2021-07-30 07:19:46 -04:00
|
|
|
Libs.private: @GLFW_PKG_CONFIG_LIBS_PRIVATE@
|
2011-09-19 12:46:20 -04:00
|
|
|
Cflags: -I${includedir}
|