mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
e041602416
It's gone!
12 lines
196 B
CMake
12 lines
196 B
CMake
add_subdirectory(OGL)
|
|
add_subdirectory(Null)
|
|
add_subdirectory(Software)
|
|
|
|
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|
add_subdirectory(D3D)
|
|
endif()
|
|
|
|
if(NOT APPLE)
|
|
add_subdirectory(Vulkan)
|
|
endif()
|