]> git.mxchange.org Git - flightgear.git/blob - src/Airports/CMakeLists.txt
GUI ‘restore defaults’ support.
[flightgear.git] / src / Airports / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         apt_loader.cxx
5         dynamicloader.cxx
6         dynamics.cxx
7         gnnode.cxx
8         groundnetwork.cxx
9         parking.cxx
10         pavement.cxx
11         runwaybase.cxx
12         runwayprefloader.cxx
13         runwayprefs.cxx
14         runways.cxx
15         sidstar.cxx
16         airport.cxx
17         xmlloader.cxx
18         )
19
20 set(HEADERS
21     airports_fwd.hxx
22         apt_loader.hxx
23         dynamicloader.hxx
24         dynamics.hxx
25         gnnode.hxx
26         groundnetwork.hxx
27         parking.hxx
28         pavement.hxx
29         runwaybase.hxx
30         runwayprefloader.hxx
31         runwayprefs.hxx
32         runways.hxx
33         sidstar.hxx
34         airport.hxx
35         xmlloader.hxx
36         )
37                 
38 flightgear_component(Airports "${SOURCES}" "${HEADERS}")