OpenSceneGraph/examples/osgpdf/CMakeLists.txt
Robert Osfield 6f356aeb97 Intoduce new osgWidget::PdfReader and osgWidget::VncClient front ends to osgWidget,
with new pdf plugin and updated vnc plugin that now support these front ends.

Updated osgpdf and osgvnc examples to new these new interfaces.
2008-12-07 17:02:30 +00:00

8 lines
115 B
CMake

SET(TARGET_SRC osgpdf.cpp)
SET(TARGET_ADDED_LIBRARIES osgWidget )
#### end var setup ###
SETUP_EXAMPLE(osgpdf)