dolphin/Source/Core/VideoBackends/CMakeLists.txt

8 lines
152 B
CMake
Raw Normal View History

add_subdirectory(OGL)
add_subdirectory(Null)
add_subdirectory(Software)
if(NOT APPLE)
2016-08-13 14:57:50 +02:00
add_subdirectory(Vulkan)
endif()
# TODO: Add other backends here!