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

17 lines
249 B
CMake

include(FlightGearComponent)
set(SOURCES
atc_mgr.cxx
atcdialog.cxx
trafficcontrol.cxx
CommStation.cxx
)
set(HEADERS
atc_mgr.hxx
atcdialog.hxx
trafficcontrol.hxx
CommStation.hxx
)
flightgear_component(ATC "${SOURCES}" "${HEADERS}")