diff options
author | Dale Stammen <dalestam@microsoft.com> | 2017-06-02 16:44:23 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2017-11-02 09:56:32 +0300 |
commit | 5837475de1f8a4cc0b444362dc4c01a5d05d84e3 (patch) | |
tree | 6a7fd72b2cfbfed763674a49f677142d4d714ca1 /cmake/treedata | |
parent | a24f0496651638bdd0b3b57fd1f3391051bb52eb (diff) |
[win10] add uwp to cmake
Diffstat (limited to 'cmake/treedata')
-rw-r--r-- | cmake/treedata/windowsstore/externals.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/windowsstore/subdirs.txt | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/cmake/treedata/windowsstore/externals.txt b/cmake/treedata/windowsstore/externals.txt new file mode 100644 index 0000000000..989677e6c9 --- /dev/null +++ b/cmake/treedata/windowsstore/externals.txt @@ -0,0 +1 @@ +lib/win32/Effects11 Effects11 diff --git a/cmake/treedata/windowsstore/subdirs.txt b/cmake/treedata/windowsstore/subdirs.txt new file mode 100644 index 0000000000..268781dfca --- /dev/null +++ b/cmake/treedata/windowsstore/subdirs.txt @@ -0,0 +1,16 @@ +xbmc/platform/win10 platform_win10 +xbmc/input/windows input/windows +xbmc/input/touch input/touch +xbmc/input/touch/generic input/touch/generic +xbmc/network/win10 network/win10 +xbmc/network/mdns network/mdns +xbmc/peripherals/bus/win10 peripherals/bus/win10 +xbmc/powermanagement/windows powermanagement/windows +xbmc/storage/windows storage/windows +xbmc/filesystem/win32 filesystem/win32 +xbmc/filesystem/win10 filesystem/win10 +xbmc/utils/win32 utils_win32 +xbmc/rendering/dx rendering_dx +xbmc/threads/platform/win threads_win +xbmc/windowing/win10 windowing/win10 +xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows |