]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/CMakeLists.txt
Canvas: Add new element type map for geo mapping.
[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         positioned.cxx
11         procedure.cxx
12         route.cxx
13         routePath.cxx
14         waypoint.cxx
15     LevelDXML.cxx
16     FlightPlan.cxx
17         )
18
19 set(HEADERS
20     airways.hxx
21         fixlist.hxx
22         markerbeacon.hxx
23         navdb.hxx
24         navlist.hxx
25         navrecord.hxx
26         positioned.hxx
27         procedure.hxx
28         route.hxx
29         routePath.hxx
30         waypoint.hxx
31     LevelDXML.hxx
32     FlightPlan.hxx
33     )
34
35 flightgear_component(Navaids "${SOURCES}" "${HEADERS}")