mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-17 11:11:53 -05:00
6 lines
132 B
CMake
6 lines
132 B
CMake
if(NOT USE_GLES)
|
|
add_subdirectory(Plugin_VideoOGL)
|
|
endif()
|
|
add_subdirectory(Plugin_VideoSoftware)
|
|
# TODO: Add other backends here!
|