Merge pull request #25614 from garbear/show-version
[xbmc.git] / xbmc / video / CMakeLists.txt
blob7bf0db50c159e4b1d4daa066891179e88c108dee
1 set(SOURCES Bookmark.cpp
2             ContextMenus.cpp
3             GUIViewStateVideo.cpp
4             PlayerController.cpp
5             Teletext.cpp
6             VideoDatabase.cpp
7             VideoDbUrl.cpp
8             VideoEmbeddedImageFileLoader.cpp
9             VideoFileItemClassify.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             VideoDatabase.h
28             VideoDbUrl.h
29             VideoEmbeddedImageFileLoader.h
30             VideoFileItemClassify.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)