[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / platform / win32 / CMakeLists.txt
blobab54d6c8b2037eb51d6706f27c3d0854d4f90635
1 set(SOURCES CharsetConverter.cpp
2             CPUInfoWin32.cpp
3             Environment.cpp
4             GPUInfoWin32.cpp
5             MemUtils.cpp
6             MessagePrinter.cpp
7             dxerr.cpp
8             Filesystem.cpp
9             pch.cpp
10             PlatformWin32.cpp
11             WIN32Util.cpp
12             WindowHelper.cpp
13             WinRtUtil.cpp
14             XTimeUtils.cpp)
16 set(HEADERS CharsetConverter.h
17             CPUInfoWin32.h
18             dirent.h
19             dxerr.h
20             GPUInfoWin32.h
21             IMMNotificationClient.h
22             my_ntddcdrm.h
23             my_ntddscsi.h
24             netdb.h
25             pch.h
26             PlatformDefs.h
27             PlatformWin32.h
28             resource.h
29             unistd.h
30             WIN32Util.h
31             WindowHelper.h
32             WinRtUtil.h)
34 core_add_library(platform_win32)