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