summaryrefslogtreecommitdiffstats
path: root/xbmc/weather/CMakeLists.txt
blob: c79cab1be79f809882f63f3b108fbfb77a5bb0c0 (plain)
1
2
3
4
5
6
7
8
9
set(SOURCES GUIWindowWeather.cpp
            WeatherJob.cpp
            WeatherManager.cpp)

set(HEADERS GUIWindowWeather.h
            WeatherJob.h
            WeatherManager.h)

core_add_library(weather)