From e041602416fbe22553143b7e8b1ddea71683a80d Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Fri, 26 May 2017 00:15:25 -0700 Subject: [PATCH] CMake: remove references to D3D12 It's gone! --- Source/Core/Core/CMakeLists.txt | 1 - Source/Core/VideoBackends/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt index 4cc5990c87..8bdef30bc6 100644 --- a/Source/Core/Core/CMakeLists.txt +++ b/Source/Core/Core/CMakeLists.txt @@ -300,7 +300,6 @@ if(WIN32) set(SRCS ${SRCS} HW/EXI/BBA-TAP/TAP_Win32.cpp HW/WiimoteReal/IOWin.cpp) list(APPEND LIBS videod3d - videod3d12 setupapi.lib iphlpapi.lib ) diff --git a/Source/Core/VideoBackends/CMakeLists.txt b/Source/Core/VideoBackends/CMakeLists.txt index c0ec4f0eee..119f92bca8 100644 --- a/Source/Core/VideoBackends/CMakeLists.txt +++ b/Source/Core/VideoBackends/CMakeLists.txt @@ -4,7 +4,6 @@ add_subdirectory(Software) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") add_subdirectory(D3D) - add_subdirectory(D3D12) endif() if(NOT APPLE)