2009-05-22 15:52:25 +08:00
|
|
|
# pkg-config source file
|
|
|
|
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/lib@LIB_POSTFIX@
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: openscenegraph-osgVolume
|
|
|
|
Description: Volume library for Openscenegraph
|
|
|
|
Version: @OPENSCENEGRAPH_VERSION@
|
|
|
|
Requires: openscenegraph-osgUtil openscenegraph-osgDB openscenegraph-osgGA openscenegraph-osg openthreads
|
|
|
|
Conflicts:
|
2011-03-11 18:18:43 +08:00
|
|
|
Libs: -L${libdir} -losgVolume@CMAKE_BUILD_POSTFIX@
|
2009-05-22 15:52:25 +08:00
|
|
|
Cflags: -I${includedir}
|