OpenSceneGraph/examples/osgpresentation/CMakeLists.txt
Robert Osfield bd7ec9c5f7 Added initial cut of basic scripting support, introducing an osg::Script object to wrap up the individual scripts, osg::ScriptCallback for assigning a Script as node callback and an osg::ScriptEngine base class that plugins implement to provided support for specific scripting languages.
Provided are lua, python and V8 (for javascript) plugins that just open up enough of a link to the respective libs to run a script, there is no scene graph <-> script communication in current implementation.
2013-08-09 16:51:06 +00:00

5 lines
93 B
CMake

SET(TARGET_SRC osgpresentation.cpp )
#### end var setup ###
SETUP_EXAMPLE(osgpresentation)