15 lines
370 B
PkgConfig
15 lines
370 B
PkgConfig
# pkg-config source file
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib@LIB_POSTFIX@
|
|
includedir=${prefix}/include
|
|
|
|
Name: openscenegraph-osgDB
|
|
Description: File format reading library for Openscenegraph
|
|
Version: @OPENSCENEGRAPH_VERSION@
|
|
Requires: openscenegraph-osg openthreads
|
|
Conflicts:
|
|
Libs: -L${libdir} -losgDB
|
|
Cflags: -I${includedir}
|