GLES1 and GLES2 versions are now compiled with -DFREEGLUT_GLES1 and -DFREEGLUT_GLES2...
[freeglut] / freeglut.pc.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 libdir=${prefix}/lib
3 includedir=${prefix}/include
4
5 Name: glut
6 Description: A freely licensed and improved alternative to the GLUT library
7 Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
8 Libs: -L${libdir} -lglut
9 Libs.private: @PC_LIBS_PRIVATE@
10 Cflags: -I${includedir} @PC_CFLAGS@