Removed osgIntrospection as it's now available as a seperate osgIntrospection project that can be checked out thus:

svn co http://www.openscenegraph.org/svn/osg/osgIntrospection osgIntrospection
This commit is contained in:
Robert Osfield
2010-06-23 13:28:19 +00:00
parent 36366f61d5
commit 422a5e7058
499 changed files with 13 additions and 111818 deletions

View File

@@ -1,14 +0,0 @@
# pkg-config source file
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib@LIB_POSTFIX@
includedir=${prefix}/include
Name: openscenegraph-osgIntrospection
Description: Introspection library for Openscenegraph
Version: @OPENSCENEGRAPH_VERSION@
Requires: openscenegraph-osg openthreads
Conflicts:
Libs: -L${libdir} -losgIntrospection
Cflags: -I${includedir}