Merge pull request #5482 from ligfx/cmakeremoved3d12

CMake: remove references to D3D12
This commit is contained in:
Leo Lam
2017-05-26 11:30:47 +02:00
committed by GitHub
4 changed files with 0 additions and 1557 deletions

View File

@ -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
)

View File

@ -4,7 +4,6 @@ add_subdirectory(Software)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
add_subdirectory(D3D)
add_subdirectory(D3D12)
endif()
if(NOT APPLE)