mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
CMake: Check WIN32
instead of CMAKE_SYSTEM_NAME STREQUAL Windows
This commit is contained in:
parent
d32e47cfde
commit
56fcc97f6d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ add_subdirectory(OGL)
|
|||
add_subdirectory(Null)
|
||||
add_subdirectory(Software)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
if(WIN32)
|
||||
add_subdirectory(D3DCommon)
|
||||
add_subdirectory(D3D)
|
||||
add_subdirectory(D3D12)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue