From 3cd08d7730ecc15ca7cb01936aaac3409672198f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 8 Jul 2010 10:56:34 +0000 Subject: [PATCH] From Wang Rui, "I've found a minor bug in the cmake script of src/osgPresentation when testing the osgIntrospection project. It missed the Export header file and thus will not install this file while 'make install'. Add a line to the LIB_PUBLIC_HEADERS variable will fix the issue." --- src/osgPresentation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPresentation/CMakeLists.txt b/src/osgPresentation/CMakeLists.txt index 9755e477d..989d48142 100644 --- a/src/osgPresentation/CMakeLists.txt +++ b/src/osgPresentation/CMakeLists.txt @@ -8,6 +8,7 @@ ENDIF() SET(LIB_NAME osgPresentation) SET(HEADER_PATH ${OpenSceneGraph_SOURCE_DIR}/include/${LIB_NAME}) SET(LIB_PUBLIC_HEADERS + ${HEADER_PATH}/Export ${HEADER_PATH}/AnimationMaterial ${HEADER_PATH}/CompileSlideCallback ${HEADER_PATH}/PickEventHandler