]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/CMakeLists.txt
Fix pick-callbacks with no action.
[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     PrimitiveCollector.hxx
11     SGClipGroup.hxx
12     SGInteractionAnimation.hxx
13     SGMaterialAnimation.hxx
14     SGPickAnimation.hxx
15     SGOffsetTransform.hxx
16     SGReaderWriterXML.hxx
17     SGRotateTransform.hxx
18     SGScaleTransform.hxx
19     SGText.hxx
20     SGTranslateTransform.hxx
21     animation.hxx
22     model.hxx
23     modellib.hxx
24     particles.hxx
25     persparam.hxx
26     placement.hxx
27     )
28
29 set(SOURCES 
30     BVHPageNodeOSG.cxx
31     CheckSceneryVisitor.cxx
32     ConditionNode.cxx
33     ModelRegistry.cxx
34     PrimitiveCollector.cxx
35     SGClipGroup.cxx
36     SGInteractionAnimation.cxx
37     SGLightAnimation.cxx
38     SGPickAnimation.cxx
39     SGMaterialAnimation.cxx
40     SGOffsetTransform.cxx
41     SGReaderWriterXML.cxx
42     SGRotateTransform.cxx
43     SGScaleTransform.cxx
44     SGText.cxx
45     SGTranslateTransform.cxx
46     animation.cxx
47     model.cxx
48     modellib.cxx
49     particles.cxx
50     persparam.cxx
51     placement.cxx    
52     shadanim.cxx
53     )
54
55 simgear_scene_component(model scene/model "${SOURCES}" "${HEADERS}")