X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FCMakeLists.txt;h=b3795c951abfd064cfb1d51e430269746744e077;hb=ea13c0f2de111a56bd4bf97113b50e29a693c7fc;hp=60c18e9961530106024cfc2cab2a81e9274f23d0;hpb=70a525d47c6a8d486e9ba71eeaad883f2dbf5a54;p=flightgear.git diff --git a/src/ATC/CMakeLists.txt b/src/ATC/CMakeLists.txt index 60c18e996..b3795c951 100644 --- a/src/ATC/CMakeLists.txt +++ b/src/ATC/CMakeLists.txt @@ -1,8 +1,23 @@ include(FlightGearComponent) set(SOURCES - atis_mgr.cxx + 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}")