OpenSceneGraph/examples/osganimationeasemotion/CMakeLists.txt
Robert Osfield 74687953be From Jeremy Moles, submitted by Cedric Pinson "Here an new example from Jeremy Moles that demonstrate EaseMotion from
osgAnimation, i have updated EaseMotion with new type, so for users of
EaseMotion just have look, it's a great example."
2010-02-25 17:58:50 +00:00

4 lines
133 B
CMake

SET(TARGET_SRC osganimationeasemotion.cpp )
SET(TARGET_ADDED_LIBRARIES osgAnimation osgWidget)
SETUP_EXAMPLE(osganimationeasemotion)