Changed the libopenscenegraph-core to be part of libopenscenegraph, and

changed libopenscenegraph-examples to be part of openscenegraph-examples
This commit is contained in:
Robert Osfield
2008-12-12 14:54:22 +00:00
parent 6b5a1ac2da
commit 97cd954c01
3 changed files with 6 additions and 6 deletions

View File

@@ -160,6 +160,6 @@ FOREACH( INCLUDEFILE ${LIB_PUBLIC_HEADERS} )
INSTALL(
FILES ${INCLUDEFILE}
DESTINATION ${INSTALL_INCDIR}/${LIB_NAME}/${REL_INCLUDE_PATH}
COMPONENT libopenscenegraph-core-dev
COMPONENT libopenscenegraph-dev
)
ENDFOREACH( INCLUDEFILE)