mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07: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()
|