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

21 lines
294 B
Text
Raw Normal View History

include(FlightGearComponent)
set(SOURCES
controls.cxx
replay.cxx
flightrecorder.cxx
FlightHistory.cxx
2016-06-17 16:53:35 +00:00
initialstate.cxx
)
set(HEADERS
controls.hxx
replay.hxx
flightrecorder.hxx
FlightHistory.hxx
2016-06-17 16:53:35 +00:00
initialstate.hxx
)
flightgear_component(Aircraft "${SOURCES}" "${HEADERS}")