From 2014d6162c5e4d90f955f296c4150afc2a1abd3a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 29 Jan 2009 10:22:52 +0000 Subject: [PATCH] Added missing entry in build for AnimationManager.cpp --- src/osgAnimation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgAnimation/CMakeLists.txt b/src/osgAnimation/CMakeLists.txt index a8dc25c8f..dfb8d6d6e 100644 --- a/src/osgAnimation/CMakeLists.txt +++ b/src/osgAnimation/CMakeLists.txt @@ -42,6 +42,7 @@ ADD_LIBRARY(${LIB_NAME} Animation.cpp Bone.cpp RigGeometry.cpp + AnimationManager.cpp BasicAnimationManager.cpp TimelineAnimationManager.cpp AnimationManagerBase.cpp