Hi,

attached is a fix I had to make to osgPlugins/cfg/CMakeLists.txt to compile
under MacOS X. It was complaining about an undefined reference to osgViewer.

/ulrich
SET(TARGET_SRC 
  CameraConfig.cpp
  Camera.cpp
  ConfigLexer.cpp
  ConfigParser.cpp
  ReaderWriterCFG.cpp
  RenderSurface.cpp
  VisualChooser.cpp
)

SET(TARGET_H
  CameraConfig.h
  Camera.h
  ConfigParser.h
  RenderSurface.h
  VisualChooser.h
)

SET(TARGET_ADDED_LIBRARIES osgViewer)

#### end var setup  ###
SETUP_PLUGIN(cfg)
_______________________________________________
osg-submissions mailing list
osg-submissions@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to