mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
f301ebf780
There's no official implementation of the Vulkan API, and Dolphin currently isn't set-up to work with the single, commercially-available third-party implementation.
8 lines
152 B
CMake
8 lines
152 B
CMake
add_subdirectory(OGL)
|
|
add_subdirectory(Null)
|
|
add_subdirectory(Software)
|
|
if(NOT APPLE)
|
|
add_subdirectory(Vulkan)
|
|
endif()
|
|
# TODO: Add other backends here!
|