dolphin/Source/Core/VideoBackends/CMakeLists.txt

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!