]> git.mxchange.org Git - simgear.git/blob - simgear/math/CMakeLists.txt
Add optional attribute condition to "copyProperties".
[simgear.git] / simgear / math / CMakeLists.txt
1 include (SimGearComponent)
2
3
4 set(HEADERS 
5     Math.hxx
6     SGBox.hxx
7     SGCMath.hxx
8     SGGeoc.hxx
9     SGGeod.hxx
10     SGGeodesy.hxx
11     SGGeometry.hxx
12     SGGeometryFwd.hxx
13     SGIntersect.hxx
14     SGLimits.hxx
15     SGLineSegment.hxx
16     SGMath.hxx
17     SGMathFwd.hxx
18     SGMatrix.hxx
19     SGMisc.hxx
20     SGPlane.hxx
21     SGQuat.hxx
22     SGRay.hxx
23     SGSphere.hxx
24     SGTriangle.hxx
25     SGVec2.hxx
26     SGVec3.hxx
27     SGVec4.hxx
28     beziercurve.hxx
29     interpolater.hxx
30     leastsqs.hxx
31     project.hxx
32     sg_geodesy.hxx
33     sg_types.hxx
34         sg_random.h
35     )
36
37 set(SOURCES 
38     SGGeod.cxx
39     SGGeodesy.cxx
40     interpolater.cxx
41     leastsqs.cxx
42     project.cxx
43         sg_random.c
44     )
45
46 simgear_component(math math "${SOURCES}" "${HEADERS}")
47