mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
12 lines
301 B
CMake
12 lines
301 B
CMake
|
prefix=@PREFIX@
|
||
|
exec_prefix=@PREFIX@
|
||
|
libdir=@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 -framework AGL -framework OpenGL -framework Carbon
|
||
|
Cflags: -I${includedir}
|