]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/CMakeLists.txt
Revert "Use simgear internal stuff for the singleton class."
[simgear.git] / simgear / scene / util / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS 
4     CopyOp.hxx
5     NodeAndDrawableVisitor.hxx
6     OsgMath.hxx
7     PrimitiveUtils.hxx
8     QuadTreeBuilder.hxx
9     RenderConstants.hxx
10     SGDebugDrawCallback.hxx
11     SGEnlargeBoundingBox.hxx
12     SGNodeMasks.hxx
13     SGPickCallback.hxx
14     SGReaderWriterOptions.hxx
15     SGSceneFeatures.hxx
16     SGSceneUserData.hxx
17     SGStateAttributeVisitor.hxx
18     SGTextureStateAttributeVisitor.hxx
19     SGUpdateVisitor.hxx
20     SplicingVisitor.hxx
21     StateAttributeFactory.hxx
22     UpdateOnceCallback.hxx
23     VectorArrayAdapter.hxx
24     PathOptions.hxx
25     project.hxx
26     )
27
28 set(SOURCES 
29     CopyOp.cxx
30     NodeAndDrawableVisitor.cxx
31     PrimitiveUtils.cxx
32     QuadTreeBuilder.cxx
33     SGEnlargeBoundingBox.cxx
34     SGSceneFeatures.cxx
35     SGSceneUserData.cxx
36     SGStateAttributeVisitor.cxx
37     SGTextureStateAttributeVisitor.cxx
38     SplicingVisitor.cxx
39     StateAttributeFactory.cxx
40     UpdateOnceCallback.cxx
41     PathOptions.cxx
42     project.cxx
43     )
44
45 simgear_scene_component(util scene/util "${SOURCES}" "${HEADERS}")