86545861dc
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1233 7f0cb862-5218-0410-a997-914c9d46530a
11 lines
326 B
PkgConfig
11 lines
326 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: glut
|
|
Description: A freely licensed and improved alternative to the GLUT library
|
|
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
|
Libs: -L${libdir} -l@PC_LIBNAME@
|
|
Libs.private: @PC_LIBS_PRIVATE@
|
|
Cflags: -I${includedir} @PC_CFLAGS@
|