mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-15 12:50:45 +02:00
13 lines
222 B
CMake
13 lines
222 B
CMake
add_subdirectory(OGL)
|
|
add_subdirectory(Null)
|
|
add_subdirectory(Software)
|
|
|
|
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|
add_subdirectory(D3D)
|
|
add_subdirectory(D3D12)
|
|
endif()
|
|
|
|
if(NOT APPLE)
|
|
add_subdirectory(Vulkan)
|
|
endif()
|