glfw/lib/carbon/libglfw.pc.cmake

12 lines
293 B
CMake
Raw Normal View History

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