]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/CMakeLists.txt
Level-D procedures: parse Flytype element
[flightgear.git] / src / Navaids / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         airways.cxx
5         fixlist.cxx
6         markerbeacon.cxx
7         navdb.cxx
8         navlist.cxx
9         navrecord.cxx
10         poidb.cxx
11         positioned.cxx
12         procedure.cxx
13         route.cxx
14         routePath.cxx
15         waypoint.cxx
16     LevelDXML.cxx
17     FlightPlan.cxx
18     NavDataCache.cxx
19     PositionedOctree.cxx
20     PolyLine.cxx
21         )
22
23 set(HEADERS
24     airways.hxx
25         fixlist.hxx
26         markerbeacon.hxx
27         navdb.hxx
28         navlist.hxx
29         navrecord.hxx
30         poidb.hxx
31         positioned.hxx
32         procedure.hxx
33         route.hxx
34         routePath.hxx
35         waypoint.hxx
36     LevelDXML.hxx
37     FlightPlan.hxx
38     NavDataCache.hxx
39     PositionedOctree.hxx
40     PolyLine.hxx
41     CacheSchema.h
42     )
43
44 flightgear_component(Navaids "${SOURCES}" "${HEADERS}")