15 lines
470 B
PkgConfig
15 lines
470 B
PkgConfig
|
# pkg-config source file
|
||
|
|
||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib@LIB_POSTFIX@
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: openscenegraph
|
||
|
Description: 3D scenegraph
|
||
|
Version: @OPENSCENEGRAPH_VERSION@
|
||
|
Requires: openthreads
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer -losgWidget -losgShadow -losgAnimation -losgVolume
|
||
|
Cflags: -I${includedir}
|