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