diff options
-rw-r--r-- | cmake/treedata/windows/subdirs.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/windowsstore/subdirs.txt | 1 | ||||
-rw-r--r-- | xbmc/cores/VideoPlayer/VideoRenderers/CMakeLists.txt | 1 |
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) |