]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/CMakeLists.txt
Remove PositionedBinding (which no one ever used), Nasal is better for this jobs.
[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 )
16
17 set(HEADERS
18     airways.hxx
19         fixlist.hxx
20         markerbeacon.hxx
21         navdb.hxx
22         navlist.hxx
23         navrecord.hxx
24         positioned.hxx
25         procedure.hxx
26         route.hxx
27         routePath.hxx
28         waypoint.hxx
29 )
30
31 flightgear_component(Navaids "${SOURCES}" "${HEADERS}")