aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2019-05-03 19:33:58 +0200
committerRechi <Rechi@users.noreply.github.com>2019-05-03 19:33:58 +0200
commit21b963a018154041b7d19c8f9e2bf21e6856a6d6 (patch)
tree8a2f9aa849453b6e71dfb46b58548b5f69bc3fe4
parentae31c4f4e201bb10f725e02a6b56642697a5437a (diff)
[windows] use treedata instead of add_directory after f47c959f0d
-rw-r--r--cmake/treedata/windows/subdirs.txt1
-rw-r--r--cmake/treedata/windowsstore/subdirs.txt1
-rw-r--r--xbmc/cores/VideoPlayer/VideoRenderers/CMakeLists.txt1
3 files changed, 2 insertions, 1 deletions
diff --git a/cmake/treedata/windows/subdirs.txt b/cmake/treedata/windows/subdirs.txt
index 0078758d2d..c63397758a 100644
--- a/cmake/treedata/windows/subdirs.txt
+++ b/cmake/treedata/windows/subdirs.txt
@@ -1,6 +1,7 @@
xbmc/cores/RetroPlayer/process/windows cores/RetroPlayer/process/windows
xbmc/cores/RetroPlayer/rendering/VideoShaders/windows cores/RetroPlayer/rendering/VideoShaders/windows
xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows
+xbmc/cores/VideoPlayer/VideoRenderers/windows cores/VideoPlayer/VideoRenderers/windows
xbmc/input/touch input/touch
xbmc/input/touch/generic input/touch/generic
xbmc/network/mdns network/mdns
diff --git a/cmake/treedata/windowsstore/subdirs.txt b/cmake/treedata/windowsstore/subdirs.txt
index 0644fd2762..da42566b58 100644
--- a/cmake/treedata/windowsstore/subdirs.txt
+++ b/cmake/treedata/windowsstore/subdirs.txt
@@ -1,4 +1,5 @@
xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows
+xbmc/cores/VideoPlayer/VideoRenderers/windows cores/VideoPlayer/VideoRenderers/windows
xbmc/input/touch input/touch
xbmc/input/touch/generic input/touch/generic
xbmc/network/mdns network/mdns
diff --git a/xbmc/cores/VideoPlayer/VideoRenderers/CMakeLists.txt b/xbmc/cores/VideoPlayer/VideoRenderers/CMakeLists.txt
index 1426d42c45..eb473ec6be 100644
--- a/xbmc/cores/VideoPlayer/VideoRenderers/CMakeLists.txt
+++ b/xbmc/cores/VideoPlayer/VideoRenderers/CMakeLists.txt
@@ -26,7 +26,6 @@ if(CORE_SYSTEM_NAME STREQUAL windows OR CORE_SYSTEM_NAME STREQUAL windowsstore)
OverlayRendererDX.cpp)
list(APPEND HEADERS WinRenderer.h
OverlayRendererDX.h)
- add_subdirectory(windows)
endif()
if (OPENGL_FOUND OR OPENGLES_FOUND)