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