1. Install the .pc file for osgIntrospection only if it is compiled, instead of unconditionally. 2. New .pc file for osgQt, also created only if that library is actually compiled. "
15 lines
415 B
PkgConfig
15 lines
415 B
PkgConfig
# pkg-config source file
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib@LIB_POSTFIX@
|
|
includedir=${prefix}/include
|
|
|
|
Name: openscenegraph-osgQt
|
|
Description: osgQt utility library.
|
|
Version: @OPENSCENEGRAPH_VERSION@
|
|
Requires: openscenegraph-osgWidget openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osg openthreads
|
|
Conflicts:
|
|
Libs: -L${libdir} -losgQt
|
|
Cflags: -I${includedir}
|