]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/CMakeLists.txt
Centralize osgDB::Option handling in SGReaderWriterOptions.
[simgear.git] / simgear / scene / util / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS 
4     CopyOp.hxx
5     NodeAndDrawableVisitor.hxx
6     OsgMath.hxx
7     OsgSingleton.hxx
8     PrimitiveUtils.hxx
9     QuadTreeBuilder.hxx
10     RenderConstants.hxx
11     SGDebugDrawCallback.hxx
12     SGEnlargeBoundingBox.hxx
13     SGNodeMasks.hxx
14     SGPickCallback.hxx
15     SGReaderWriterOptions.hxx
16     SGSceneFeatures.hxx
17     SGSceneUserData.hxx
18     SGStateAttributeVisitor.hxx
19     SGTextureStateAttributeVisitor.hxx
20     SGUpdateVisitor.hxx
21     SplicingVisitor.hxx
22     StateAttributeFactory.hxx
23     UpdateOnceCallback.hxx
24     VectorArrayAdapter.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     project.cxx
42     )
43
44 simgear_scene_component(util scene/util "${SOURCES}" "${HEADERS}")