Introduced osgViewer serializers plugin for serialization support for osgViewer::Config implementations and Keystone
8 lines
141 B
CMake
8 lines
141 B
CMake
FILE(GLOB TARGET_SRC *.cpp)
|
|
FILE(GLOB TARGET_H *.h)
|
|
|
|
SET(TARGET_ADDED_LIBRARIES osgViewer )
|
|
|
|
#### end var setup ###
|
|
SETUP_PLUGIN(osgviewer)
|