]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/CMakeLists.txt
Win32 fix
[flightgear.git] / src / Navaids / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         airways.cxx
5         awynet.cxx
6         fixlist.cxx
7         markerbeacon.cxx
8         navdb.cxx
9         navlist.cxx
10         navrecord.cxx
11         positioned.cxx
12         procedure.cxx
13         route.cxx
14         routePath.cxx
15         waypoint.cxx
16         )
17
18 flightgear_component(Navaids "${SOURCES}")