d33d8c5626
I also modified the CMake and pkgconfig files to append the _POSTFIX extenstion based on the CMAKE_BUILD_TYPE. Additionally I fixed packaging/ld.so.conf.d/openscenegraph.conf.in to add a '/' betweeen the arguments since the CMAKE_INSTALL_PREFIX can't end with a '/'. "
15 lines
441 B
PkgConfig
15 lines
441 B
PkgConfig
# pkg-config source file
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib@LIB_POSTFIX@
|
|
includedir=${prefix}/include
|
|
|
|
Name: openscenegraph-osgShadow
|
|
Description: Shadow techniques library for Openscenegraph
|
|
Version: @OPENSCENEGRAPH_VERSION@
|
|
Requires: openscenegraph-osgUtil openscenegraph-osgDB openscenegraph-osg openthreads
|
|
Conflicts:
|
|
Libs: -L${libdir} -losgShadow@CMAKE_BUILD_POSTFIX@
|
|
Cflags: -I${includedir}
|