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

8 lines
116 B
Text
Raw Normal View History

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