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-osgAnimation
|
|
|
|
Description: Skinning and morphing library for Openscenegraph
|
|
|
|
Version: @OPENSCENEGRAPH_VERSION@
|
2009-06-17 19:00:14 +08:00
|
|
|
Requires: openscenegraph-osg openscenegraph-osgText openscenegraph-osgGA openscenegraph-osgViewer openthreads
|
2009-05-22 15:52:25 +08:00
|
|
|
Conflicts:
|
|
|
|
Libs: -L${libdir} -losgAnimation
|
|
|
|
Cflags: -I${includedir}
|