dolphin/Source/Core/VideoBackends/CMakeLists.txt

5 lines
105 B
CMake

add_subdirectory(OGL)
add_subdirectory(Null)
add_subdirectory(Software)
# TODO: Add other backends here!