1
0
Fork 0
flightgear/src/Aircraft/CMakeLists.txt
2016-06-17 18:15:35 +01:00

20 lines
294 B
CMake

include(FlightGearComponent)
set(SOURCES
controls.cxx
replay.cxx
flightrecorder.cxx
FlightHistory.cxx
initialstate.cxx
)
set(HEADERS
controls.hxx
replay.hxx
flightrecorder.hxx
FlightHistory.hxx
initialstate.hxx
)
flightgear_component(Aircraft "${SOURCES}" "${HEADERS}")