mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
CMake: remove references to D3D12
It's gone!
This commit is contained in:
parent
d592bdd4d4
commit
e041602416
@ -300,7 +300,6 @@ if(WIN32)
|
|||||||
set(SRCS ${SRCS} HW/EXI/BBA-TAP/TAP_Win32.cpp HW/WiimoteReal/IOWin.cpp)
|
set(SRCS ${SRCS} HW/EXI/BBA-TAP/TAP_Win32.cpp HW/WiimoteReal/IOWin.cpp)
|
||||||
list(APPEND LIBS
|
list(APPEND LIBS
|
||||||
videod3d
|
videod3d
|
||||||
videod3d12
|
|
||||||
setupapi.lib
|
setupapi.lib
|
||||||
iphlpapi.lib
|
iphlpapi.lib
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,6 @@ add_subdirectory(Software)
|
|||||||
|
|
||||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||||
add_subdirectory(D3D)
|
add_subdirectory(D3D)
|
||||||
add_subdirectory(D3D12)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT APPLE)
|
if(NOT APPLE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user