Added include of osc plugin directory to help with Windows build

This commit is contained in:
Robert Osfield
2012-12-03 09:35:12 +00:00
parent 9a2f7c7d8e
commit e6141b984d

View File

@@ -44,6 +44,8 @@ ELSE()
)
ENDIF()
INCLUDE_DIRECTORIES(${OpenSceneGraph_SOURCE_DIR}/src/osgPlugins/osc)
SET(TARGET_ADDED_LIBRARIES osgGA )
#### end var setup ###