2011-09-19 18:46:20 +02:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2018-10-30 13:30:44 +01:00
|
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
2011-09-19 18:46:20 +02:00
|
|
|
|
|
|
|
Name: GLFW
|
2014-02-10 15:33:41 +01:00
|
|
|
Description: A multi-platform library for OpenGL, window and input
|
2019-05-08 15:28:18 +02:00
|
|
|
Version: @GLFW_VERSION@
|
2018-11-02 20:55:02 +01:00
|
|
|
URL: https://www.glfw.org/
|
2021-07-30 13:19:46 +02:00
|
|
|
Requires.private: @GLFW_PKG_CONFIG_REQUIRES_PRIVATE@
|
2012-07-30 02:04:08 +02:00
|
|
|
Libs: -L${libdir} -l@GLFW_LIB_NAME@
|
2021-07-30 13:19:46 +02:00
|
|
|
Libs.private: @GLFW_PKG_CONFIG_LIBS_PRIVATE@
|
2011-09-19 18:46:20 +02:00
|
|
|
Cflags: -I${includedir}
|