Add pkg-config script (cmake changes added by mistake in previous commit)
[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: @LIBS_PRIVATE@
10 Cflags: -I${includedir}