mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Add D3DCommon (shared code between D3D11 and D3D12)
This commit is contained in:
@ -4,6 +4,7 @@ add_subdirectory(Software)
|
||||
add_subdirectory(Vulkan)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
add_subdirectory(D3DCommon)
|
||||
add_subdirectory(D3D)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user