15 lines
404 B
PkgConfig
15 lines
404 B
PkgConfig
# pkg-config source file
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib@LIB_POSTFIX@
|
|
includedir=${prefix}/include
|
|
|
|
Name: openscenegraph-osgGA
|
|
Description: GUI event library for Openscenegraph
|
|
Version: @OPENSCENEGRAPH_VERSION@
|
|
Requires: openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osg openthreads
|
|
Conflicts:
|
|
Libs: -L${libdir} -losgGA
|
|
Cflags: -I${includedir}
|