[video] Ask the user for confirmation when turning a version into an extra or vice...
[xbmc.git] / xbmc / video / CMakeLists.txt
blob8586c306260e469b2a12a13848fa2039096e9577
1 set(SOURCES Bookmark.cpp
2             ContextMenus.cpp
3             GUIViewStateVideo.cpp
4             PlayerController.cpp
5             Teletext.cpp
6             VideoChapterImageFileLoader.cpp
7             VideoDatabase.cpp
8             VideoDbUrl.cpp
9             VideoEmbeddedImageFileLoader.cpp
10             VideoGeneratedImageFileLoader.cpp
11             VideoInfoDownloader.cpp
12             VideoInfoScanner.cpp
13             VideoInfoTag.cpp
14             VideoItemArtworkHandler.cpp
15             VideoLibraryQueue.cpp
16             VideoThumbLoader.cpp
17             VideoUtils.cpp
18             ViewModeSettings.cpp)
20 set(HEADERS Bookmark.h
21             ContextMenus.h
22             Episode.h
23             GUIViewStateVideo.h
24             PlayerController.h
25             Teletext.h
26             TeletextDefines.h
27             VideoChapterImageFileLoader.h
28             VideoDatabase.h
29             VideoDbUrl.h
30             VideoEmbeddedImageFileLoader.h
31             VideoGeneratedImageFileLoader.h
32             VideoInfoDownloader.h
33             VideoInfoScanner.h
34             VideoInfoTag.h
35             VideoItemArtworkHandler.h
36             VideoLibraryQueue.h
37             VideoThumbLoader.h
38             VideoUtils.h
39             VideoManagerTypes.h
40             ViewModeSettings.h)
42 core_add_library(video)