]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/CMakeLists.txt
Use an implementation file for 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     SGReaderWriterOptions.cxx
35     SGSceneFeatures.cxx
36     SGSceneUserData.cxx
37     SGStateAttributeVisitor.cxx
38     SGTextureStateAttributeVisitor.cxx
39     SplicingVisitor.cxx
40     StateAttributeFactory.cxx
41     UpdateOnceCallback.cxx
42     project.cxx
43     )
44
45 simgear_scene_component(util scene/util "${SOURCES}" "${HEADERS}")