]> git.mxchange.org Git - flightgear.git/blob - CMakeLists.txt
8cc8f74d212a049aa6264b07b252d4d71956388d
[flightgear.git] / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         AIAircraft.cxx
5         AIBallistic.cxx
6         AIBase.cxx
7         AICarrier.cxx
8         AIEscort.cxx
9         AIFlightPlan.cxx
10         AIFlightPlanCreate.cxx
11         AIFlightPlanCreateCruise.cxx
12         AIFlightPlanCreatePushBack.cxx
13         AIGroundVehicle.cxx
14         AIManager.cxx
15         AIMultiplayer.cxx
16         AIShip.cxx
17         AIStatic.cxx
18         AIStorm.cxx
19         AITanker.cxx
20         AIThermal.cxx
21         AIWingman.cxx
22         performancedata.cxx
23         performancedb.cxx
24         submodel.cxx
25         )
26         
27 flightgear_component(AIModel "${SOURCES}")
28