2010-11-30 10:08:30 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
airways.cxx
|
|
|
|
fixlist.cxx
|
|
|
|
markerbeacon.cxx
|
|
|
|
navdb.cxx
|
|
|
|
navlist.cxx
|
|
|
|
navrecord.cxx
|
2013-03-03 14:17:37 +01:00
|
|
|
poidb.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
positioned.cxx
|
|
|
|
procedure.cxx
|
|
|
|
route.cxx
|
|
|
|
routePath.cxx
|
|
|
|
waypoint.cxx
|
2012-04-24 22:55:30 +01:00
|
|
|
LevelDXML.cxx
|
2012-05-12 10:25:56 +01:00
|
|
|
FlightPlan.cxx
|
2012-08-28 00:26:36 +01:00
|
|
|
NavDataCache.cxx
|
|
|
|
PositionedOctree.cxx
|
2013-03-06 17:22:34 +00:00
|
|
|
PolyLine.cxx
|
2012-04-24 22:55:30 +01:00
|
|
|
)
|
2010-11-30 10:08:30 +00:00
|
|
|
|
2011-06-26 07:49:37 +01:00
|
|
|
set(HEADERS
|
|
|
|
airways.hxx
|
|
|
|
fixlist.hxx
|
|
|
|
markerbeacon.hxx
|
|
|
|
navdb.hxx
|
|
|
|
navlist.hxx
|
|
|
|
navrecord.hxx
|
2013-03-03 14:17:37 +01:00
|
|
|
poidb.hxx
|
2011-06-26 07:49:37 +01:00
|
|
|
positioned.hxx
|
|
|
|
procedure.hxx
|
|
|
|
route.hxx
|
|
|
|
routePath.hxx
|
|
|
|
waypoint.hxx
|
2012-04-24 22:55:30 +01:00
|
|
|
LevelDXML.hxx
|
2012-05-12 10:25:56 +01:00
|
|
|
FlightPlan.hxx
|
2012-08-28 00:26:36 +01:00
|
|
|
NavDataCache.hxx
|
|
|
|
PositionedOctree.hxx
|
2013-03-06 17:22:34 +00:00
|
|
|
PolyLine.hxx
|
2013-09-30 18:02:27 +01:00
|
|
|
CacheSchema.h
|
2012-04-24 22:55:30 +01:00
|
|
|
)
|
2011-06-26 07:49:37 +01:00
|
|
|
|
2013-03-03 14:17:37 +01:00
|
|
|
flightgear_component(Navaids "${SOURCES}" "${HEADERS}")
|