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