2010-09-07 17:34:51 +02:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: GLFW
|
|
|
|
Description: A portable framework for OpenGL development
|
2010-09-07 17:41:26 +02:00
|
|
|
Version: 3.0
|
2010-09-07 17:56:14 +02:00
|
|
|
URL: http://www.glfw.org/
|
2010-09-07 17:34:51 +02:00
|
|
|
Libs: -L${libdir} -lglfw @GLFW_LIBRARIES@
|
|
|
|
Cflags: -I${includedir} -mwin32
|