You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
12 lines
304 B
12 lines
304 B
prefix=@CMAKE_INSTALL_PREFIX@ |
|
exec_prefix=${prefix} |
|
includedir=${prefix}/include |
|
libdir=${exec_prefix}/lib |
|
|
|
Name: GLFW |
|
Description: A portable library for OpenGL, window and input |
|
Version: 3.0.0 |
|
URL: http://www.glfw.org/ |
|
Requires.private: @GLFW_PKGLIBS@ |
|
Libs: -L${libdir} -lglfw |
|
Cflags: -I${includedir}
|
|
|