X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FCMakeLists.txt;h=b3795c951abfd064cfb1d51e430269746744e077;hb=ea13c0f2de111a56bd4bf97113b50e29a693c7fc;hp=dd1c0039662e29b7b585c850281adc54bb42d87d;hpb=5228053f7f39eba5ecd0de57ddeafd96097205f8;p=flightgear.git diff --git a/src/ATC/CMakeLists.txt b/src/ATC/CMakeLists.txt index dd1c00396..b3795c951 100644 --- a/src/ATC/CMakeLists.txt +++ b/src/ATC/CMakeLists.txt @@ -2,8 +2,22 @@ include(FlightGearComponent) set(SOURCES atc_mgr.cxx + atcdialog.cxx trafficcontrol.cxx CommStation.cxx + ATISEncoder.cxx + MetarPropertiesATISInformationProvider.cxx + CurrentWeatherATISInformationProvider.cxx ) - -flightgear_component(ATC "${SOURCES}") + +set(HEADERS + atc_mgr.hxx + atcdialog.hxx + trafficcontrol.hxx + CommStation.hxx + ATISEncoder.hxx + MetarPropertiesATISInformationProvider.hxx + CurrentWeatherATISInformationProvider.hxx + ) + +flightgear_component(ATC "${SOURCES}" "${HEADERS}")