16 lines
428 B
PkgConfig
16 lines
428 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
# pkg-config source file
|
|
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/../include
|
|
|
|
Name: openscenegraph-osgAnimation
|
|
Description: Skinning and morphing library for Openscenegraph
|
|
Version: 3.6.5
|
|
Requires: openscenegraph-osg openscenegraph-osgText openscenegraph-osgGA openscenegraph-osgViewer openthreads
|
|
Conflicts:
|
|
Libs: "-L${libdir}" -losgAnimationd
|
|
Cflags: "-I${includedir}"
|
|
|