From: Frederic Bouvier Date: Wed, 4 Jan 2012 16:20:22 +0000 (+0100) Subject: Add the light animation to the cmake system X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=ad6c04489cf7af1b31cdabfc7ac7fe20e77bee72;p=simgear.git Add the light animation to the cmake system --- diff --git a/simgear/scene/model/CMakeLists.txt b/simgear/scene/model/CMakeLists.txt index 333f7f46..83264bda 100644 --- a/simgear/scene/model/CMakeLists.txt +++ b/simgear/scene/model/CMakeLists.txt @@ -28,6 +28,7 @@ set(SOURCES ModelRegistry.cxx SGClipGroup.cxx SGInteractionAnimation.cxx + SGLightAnimation.cxx SGMaterialAnimation.cxx SGOffsetTransform.cxx SGReaderWriterXML.cxx