X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FCMakeLists.txt;h=b3795c951abfd064cfb1d51e430269746744e077;hb=ea13c0f2de111a56bd4bf97113b50e29a693c7fc;hp=35b48884a82e0f58ec896e2216e64ec53c4354de;hpb=dd6cccdda168318cd2a286986a7f08a6d3c5e339;p=flightgear.git diff --git a/src/ATC/CMakeLists.txt b/src/ATC/CMakeLists.txt index 35b48884a..b3795c951 100644 --- a/src/ATC/CMakeLists.txt +++ b/src/ATC/CMakeLists.txt @@ -7,6 +7,7 @@ set(SOURCES CommStation.cxx ATISEncoder.cxx MetarPropertiesATISInformationProvider.cxx + CurrentWeatherATISInformationProvider.cxx ) set(HEADERS @@ -16,6 +17,7 @@ set(HEADERS CommStation.hxx ATISEncoder.hxx MetarPropertiesATISInformationProvider.hxx + CurrentWeatherATISInformationProvider.hxx ) flightgear_component(ATC "${SOURCES}" "${HEADERS}")