diff options
author | Anton Fedchin <anightik@gmail.com> | 2018-04-04 08:47:22 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2018-04-04 12:23:49 +0300 |
commit | 07792c33c62cc2824b8be9fb6f51014c349bf3f1 (patch) | |
tree | f4a22f7a3c6dfbf6fe1c1397fdd7b5ba3dbb07f2 /cmake/treedata | |
parent | 374841d68b1eea4923e428c2138cd779b399abd2 (diff) |
[win32] peripherals: move implementation to platform folder.
Diffstat (limited to 'cmake/treedata')
-rw-r--r-- | cmake/treedata/windows/subdirs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/treedata/windows/subdirs.txt b/cmake/treedata/windows/subdirs.txt index 65ae2fa297..10bdfbea53 100644 --- a/cmake/treedata/windows/subdirs.txt +++ b/cmake/treedata/windows/subdirs.txt @@ -2,11 +2,11 @@ xbmc/platform/win32 platform/win32 xbmc/platform/win32/input platform/win32/input xbmc/platform/win32/filesystem platform/win32/filesystem xbmc/platform/win32/network platform/win32/network +xbmc/platform/win32/peripherals platform/win32/peripherals xbmc/platform/win32/storage platform/win32/storage xbmc/input/touch input/touch xbmc/input/touch/generic input/touch/generic xbmc/network/mdns network/mdns -xbmc/peripherals/bus/win32 peripherals/bus/win32 xbmc/powermanagement/windows powermanagement/windows xbmc/utils/win32 utils/win32 xbmc/rendering/dx rendering/dx |