0308a2005e
openscenegraph.pc and openthreads.pc files with OSG's installation values. Then I install those files into the expected path for pkg-config (this can also be modified through PKG_CONFIG_PATH environment variable). Therefore those of us who are using pkg-config for linking can easily select which version of OSG we want to use."
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}
|