15 lines
433 B
PkgConfig
15 lines
433 B
PkgConfig
|
# pkg-config source file
|
||
|
|
||
|
prefix=D:\Work\OSG\OpenSceneGraph-3.6.5
|
||
|
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} -losgAnimation
|
||
|
Cflags: -I${includedir}
|