]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/CMakeLists.txt
modellib: Add method for deferred model loading.
[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     SGReaderWriterXML.hxx
13     SGReaderWriterXMLOptions.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     SGMaterialAnimation.cxx
33     SGOffsetTransform.cxx
34     SGReaderWriterXML.cxx
35     SGRotateTransform.cxx
36     SGScaleTransform.cxx
37     SGText.cxx
38     SGTranslateTransform.cxx
39     animation.cxx
40     model.cxx
41     modellib.cxx
42     particles.cxx
43     persparam.cxx
44     placement.cxx    
45     shadanim.cxx
46     )
47
48 simgear_component(model scene/model "${SOURCES}" "${HEADERS}")