mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 21:13:50 +00:00
12 lines
289 B
CMake
12 lines
289 B
CMake
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: GLFW
|
||
|
Description: A portable framework for OpenGL development
|
||
|
Version: 2.7
|
||
|
URL: http://glfw.sourceforge.net/
|
||
|
Libs: -L${libdir} -lglfw @GLFW_LIBRARIES@
|
||
|
Cflags: -I${includedir}
|