[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / video / jobs / CMakeLists.txt
blobb63d8fec11fb4d03073aac1e1d36b0205dc08f48
1 set(SOURCES VideoLibraryCleaningJob.cpp
2             VideoLibraryJob.cpp
3             VideoLibraryMarkWatchedJob.cpp
4             VideoLibraryProgressJob.cpp
5             VideoLibraryRefreshingJob.cpp
6             VideoLibraryScanningJob.cpp
7             VideoLibraryResetResumePointJob.cpp)
9 set(HEADERS VideoLibraryCleaningJob.h
10             VideoLibraryJob.h
11             VideoLibraryMarkWatchedJob.h
12             VideoLibraryProgressJob.h
13             VideoLibraryRefreshingJob.h
14             VideoLibraryScanningJob.h
15             VideoLibraryResetResumePointJob.h)
17 core_add_library(video_jobs)