]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/CMakeLists.txt
scenery: OptionsReadFileCallback for use with reader writer options.
[simgear.git] / simgear / scene / util / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS 
4     CopyOp.hxx
5     DeletionManager.hxx
6     NodeAndDrawableVisitor.hxx
7     Noise.hxx
8     OptionsReadFileCallback.hxx
9     OsgMath.hxx
10     OsgSingleton.hxx
11     PrimitiveUtils.hxx
12     QuadTreeBuilder.hxx
13     RenderConstants.hxx
14     SGDebugDrawCallback.hxx
15     SGEnlargeBoundingBox.hxx
16     SGNodeMasks.hxx
17     SGPickCallback.hxx
18     SGReaderWriterOptions.hxx
19     SGSceneFeatures.hxx
20     SGSceneUserData.hxx
21     SGStateAttributeVisitor.hxx
22     SGTextureStateAttributeVisitor.hxx
23     SGUpdateVisitor.hxx
24     SplicingVisitor.hxx
25     StateAttributeFactory.hxx
26     UpdateOnceCallback.hxx
27     VectorArrayAdapter.hxx
28     project.hxx
29     )
30
31 set(SOURCES 
32     CopyOp.cxx
33     DeletionManager.cxx
34     NodeAndDrawableVisitor.cxx
35     Noise.cxx
36     OptionsReadFileCallback.cxx
37     PrimitiveUtils.cxx
38     QuadTreeBuilder.cxx
39     SGEnlargeBoundingBox.cxx
40     SGReaderWriterOptions.cxx
41     SGSceneFeatures.cxx
42     SGSceneUserData.cxx
43     SGStateAttributeVisitor.cxx
44     SGTextureStateAttributeVisitor.cxx
45     SplicingVisitor.cxx
46     StateAttributeFactory.cxx
47     UpdateOnceCallback.cxx
48     project.cxx
49     )
50
51 simgear_scene_component(util scene/util "${SOURCES}" "${HEADERS}")