]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/CMakeLists.txt
Merge branch 'timoore/optimizations' into next
[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     OsgMath.hxx
9     OsgSingleton.hxx
10     PrimitiveUtils.hxx
11     QuadTreeBuilder.hxx
12     RenderConstants.hxx
13     SGDebugDrawCallback.hxx
14     SGEnlargeBoundingBox.hxx
15     SGNodeMasks.hxx
16     SGPickCallback.hxx
17     SGReaderWriterOptions.hxx
18     SGSceneFeatures.hxx
19     SGSceneUserData.hxx
20     SGStateAttributeVisitor.hxx
21     SGTextureStateAttributeVisitor.hxx
22     SGUpdateVisitor.hxx
23     SplicingVisitor.hxx
24     StateAttributeFactory.hxx
25     UpdateOnceCallback.hxx
26     VectorArrayAdapter.hxx
27     project.hxx
28     )
29
30 set(SOURCES 
31     CopyOp.cxx
32     DeletionManager.cxx
33     NodeAndDrawableVisitor.cxx
34         Noise.cxx
35     PrimitiveUtils.cxx
36     QuadTreeBuilder.cxx
37     SGEnlargeBoundingBox.cxx
38     SGReaderWriterOptions.cxx
39     SGSceneFeatures.cxx
40     SGSceneUserData.cxx
41     SGStateAttributeVisitor.cxx
42     SGTextureStateAttributeVisitor.cxx
43     SplicingVisitor.cxx
44     StateAttributeFactory.cxx
45     UpdateOnceCallback.cxx
46     project.cxx
47     )
48
49 simgear_scene_component(util scene/util "${SOURCES}" "${HEADERS}")