]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/CMakeLists.txt
fix trx and rx heights and improve calculations
[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         PositionedBinding.cxx
16         )
17
18 set(HEADERS
19     airways.hxx
20         fixlist.hxx
21         markerbeacon.hxx
22         navdb.hxx
23         navlist.hxx
24         navrecord.hxx
25         positioned.hxx
26         procedure.hxx
27         route.hxx
28         routePath.hxx
29         waypoint.hxx
30         PositionedBinding.hxx
31     )
32
33 flightgear_component(Navaids "${SOURCES}" "${HEADERS}")