mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
14 lines
342 B
CMake
14 lines
342 B
CMake
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: gl x11 @GLFW_PKGLIBS@
|
|
Libs: -L${libdir} -lglfw
|
|
Libs.private: @GLFW_LIBRARIES@
|
|
Cflags: -I${includedir}
|