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

17 lines
212 B
Text
Raw Normal View History

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