X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FCMakeLists.txt;h=b3795c951abfd064cfb1d51e430269746744e077;hb=ea13c0f2de111a56bd4bf97113b50e29a693c7fc;hp=43cb8d3b14ac41aaaea6ce3541eb30e247c61ae0;hpb=a91ec5f9f91eb2ef83ed7f7bf8d0b0b91613ebf0;p=flightgear.git diff --git a/src/ATC/CMakeLists.txt b/src/ATC/CMakeLists.txt index 43cb8d3b1..b3795c951 100644 --- a/src/ATC/CMakeLists.txt +++ b/src/ATC/CMakeLists.txt @@ -1,9 +1,23 @@ include(FlightGearComponent) set(SOURCES - atcutils.cxx - atis.cxx + atc_mgr.cxx + atcdialog.cxx trafficcontrol.cxx + CommStation.cxx + ATISEncoder.cxx + MetarPropertiesATISInformationProvider.cxx + CurrentWeatherATISInformationProvider.cxx ) - -flightgear_component(ATC "${SOURCES}") \ No newline at end of file + +set(HEADERS + atc_mgr.hxx + atcdialog.hxx + trafficcontrol.hxx + CommStation.hxx + ATISEncoder.hxx + MetarPropertiesATISInformationProvider.hxx + CurrentWeatherATISInformationProvider.hxx + ) + +flightgear_component(ATC "${SOURCES}" "${HEADERS}")