]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/CMakeLists.txt
Merge branch 'next' of git.gitorious.org:fg/simgear into next
[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     SGPagedLOD.hxx
13     SGReaderWriterXML.hxx
14     SGReaderWriterXMLOptions.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     CheckSceneryVisitor.cxx
29     ConditionNode.cxx
30     ModelRegistry.cxx
31     SGClipGroup.cxx
32     SGInteractionAnimation.cxx
33     SGMaterialAnimation.cxx
34     SGOffsetTransform.cxx
35     SGPagedLOD.cxx
36     SGReaderWriterXML.cxx
37     SGRotateTransform.cxx
38     SGScaleTransform.cxx
39     SGText.cxx
40     SGTranslateTransform.cxx
41     animation.cxx
42     model.cxx
43     modellib.cxx
44     particles.cxx
45     persparam.cxx
46     placement.cxx    
47     shadanim.cxx
48     )
49
50 simgear_component(model scene/model "${SOURCES}" "${HEADERS}")