49 lines
No EOL
779 B
CMake
49 lines
No EOL
779 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
AIAircraft.cxx
|
|
AIBallistic.cxx
|
|
AIBase.cxx
|
|
AICarrier.cxx
|
|
AIEscort.cxx
|
|
AIFlightPlan.cxx
|
|
AIFlightPlanCreate.cxx
|
|
AIFlightPlanCreateCruise.cxx
|
|
AIFlightPlanCreatePushBack.cxx
|
|
AIGroundVehicle.cxx
|
|
AIManager.cxx
|
|
AIMultiplayer.cxx
|
|
AIShip.cxx
|
|
AIStatic.cxx
|
|
AIStorm.cxx
|
|
AITanker.cxx
|
|
AIThermal.cxx
|
|
AIWingman.cxx
|
|
performancedata.cxx
|
|
performancedb.cxx
|
|
submodel.cxx
|
|
)
|
|
|
|
set(HEADERS
|
|
AIAircraft.hxx
|
|
AIBallistic.hxx
|
|
AIBase.hxx
|
|
AICarrier.hxx
|
|
AIEscort.hxx
|
|
AIFlightPlan.hxx
|
|
AIGroundVehicle.hxx
|
|
AIManager.hxx
|
|
AIMultiplayer.hxx
|
|
AIShip.hxx
|
|
AIStatic.hxx
|
|
AIStorm.hxx
|
|
AITanker.hxx
|
|
AIThermal.hxx
|
|
AIWingman.hxx
|
|
performancedata.hxx
|
|
performancedb.hxx
|
|
submodel.hxx
|
|
)
|
|
|
|
flightgear_component(AIModel "${SOURCES}" "${HEADERS}")
|
|
|