]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/CMakeLists.txt
Checkpoint - ground-net skips the cache
[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     SHPParser.cxx
22         )
23
24 set(HEADERS
25     airways.hxx
26         fixlist.hxx
27         markerbeacon.hxx
28         navdb.hxx
29         navlist.hxx
30         navrecord.hxx
31         poidb.hxx
32         positioned.hxx
33         procedure.hxx
34         route.hxx
35         routePath.hxx
36         waypoint.hxx
37     LevelDXML.hxx
38     FlightPlan.hxx
39     NavDataCache.hxx
40     PositionedOctree.hxx
41     PolyLine.hxx
42     SHPParser.hxx
43     CacheSchema.h
44     )
45
46 flightgear_component(Navaids "${SOURCES}" "${HEADERS}")