2010-11-30 10:08:30 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
airways.cxx
|
|
|
|
awynet.cxx
|
|
|
|
fixlist.cxx
|
|
|
|
markerbeacon.cxx
|
|
|
|
navdb.cxx
|
|
|
|
navlist.cxx
|
|
|
|
navrecord.cxx
|
|
|
|
positioned.cxx
|
|
|
|
procedure.cxx
|
|
|
|
route.cxx
|
|
|
|
routePath.cxx
|
|
|
|
waypoint.cxx
|
2011-05-25 07:50:15 +01:00
|
|
|
PositionedBinding.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
flightgear_component(Navaids "${SOURCES}")
|