glfw/lib/x11/libglfw.pc.cmake

12 lines
289 B
CMake
Raw Normal View History

2010-09-07 15:34:51 +00:00
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}