16 lines
395 B
PkgConfig
16 lines
395 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
# pkg-config source file
|
|
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/../include
|
|
|
|
Name: openscenegraph-osgParticle
|
|
Description: Particle system library for Openscenegraph
|
|
Version: 3.6.5
|
|
Requires: openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osg openthreads
|
|
Conflicts:
|
|
Libs: "-L${libdir}" -losgParticled
|
|
Cflags: "-I${includedir}"
|
|
|