Use different names for GLES1 and GLES2 libraries, to allow parallel install
[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} -l@PC_LIBNAME@
9 Libs.private: @PC_LIBS_PRIVATE@
10 Cflags: -I${includedir} @PC_CFLAGS@