Rename ATC/atis.[ch]xx to ATC/atis_mgr.[ch]xx, to avoid confusingly having 2 atis.cxx and 2 atis.hxx in the source tree. Also fix a copy and paste error in src/ATCDCL/CMakeLists.txt.
14 lines
196 B
CMake
14 lines
196 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
ATC.cxx
|
|
atis.cxx
|
|
commlist.cxx
|
|
ATCDialog.cxx
|
|
ATCVoice.cxx
|
|
ATCmgr.cxx
|
|
ATCutils.cxx
|
|
ATCProjection.cxx
|
|
)
|
|
|
|
flightgear_component(ATCDCL "${SOURCES}")
|