]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/CMakeLists.txt
Add preliminary spot light animation
[simgear.git] / simgear / scene / model / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS 
4     BoundingVolumeBuildVisitor.hxx
5     CheckSceneryVisitor.hxx
6     ConditionNode.hxx
7     ModelRegistry.hxx
8     SGClipGroup.hxx
9     SGInteractionAnimation.hxx
10     SGMaterialAnimation.hxx
11     SGOffsetTransform.hxx
12     SGReaderWriterXML.hxx
13     SGRotateTransform.hxx
14     SGScaleTransform.hxx
15     SGText.hxx
16     SGTranslateTransform.hxx
17     animation.hxx
18     model.hxx
19     modellib.hxx
20     particles.hxx
21     persparam.hxx
22     placement.hxx
23     )
24
25 set(SOURCES 
26     CheckSceneryVisitor.cxx
27     ConditionNode.cxx
28     ModelRegistry.cxx
29     SGClipGroup.cxx
30     SGInteractionAnimation.cxx
31     SGMaterialAnimation.cxx
32     SGOffsetTransform.cxx
33     SGReaderWriterXML.cxx
34     SGRotateTransform.cxx
35     SGScaleTransform.cxx
36     SGText.cxx
37     SGTranslateTransform.cxx
38     animation.cxx
39     model.cxx
40     modellib.cxx
41     particles.cxx
42     persparam.cxx
43     placement.cxx    
44     shadanim.cxx
45     )
46
47 simgear_scene_component(model scene/model "${SOURCES}" "${HEADERS}")