18 lines
254 B
Text
18 lines
254 B
Text
|
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
|
||
|
)
|
||
|
|
||
|
flightgear_component(Navaids "${SOURCES}")
|