1
0
Fork 0
flightgear/src/Navaids/CMakeLists.txt

18 lines
254 B
Text
Raw Normal View History

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}")