Initial import of 2.7 Lite.

This commit is contained in:
Camilla Berglund
2010-09-07 17:34:51 +02:00
parent efef33c791
commit 3249f812d6
97 changed files with 25983 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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} -mwin32