]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/CMakeLists.txt
Provide SGReaderWriterOptions::copyOrCreate(const osgDB::Options*).
[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     PathOptions.hxx
26     project.hxx
27     )
28
29 set(SOURCES 
30     CopyOp.cxx
31     NodeAndDrawableVisitor.cxx
32     PrimitiveUtils.cxx
33     QuadTreeBuilder.cxx
34     SGEnlargeBoundingBox.cxx
35     SGSceneFeatures.cxx
36     SGSceneUserData.cxx
37     SGStateAttributeVisitor.cxx
38     SGTextureStateAttributeVisitor.cxx
39     SplicingVisitor.cxx
40     StateAttributeFactory.cxx
41     UpdateOnceCallback.cxx
42     PathOptions.cxx
43     project.cxx
44     )
45
46 simgear_scene_component(util scene/util "${SOURCES}" "${HEADERS}")