mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-01 19:11:08 +01:00
6 lines
145 B
CMake
6 lines
145 B
CMake
if(NOT USE_GLES OR USE_GLES3)
|
|
add_subdirectory(Plugin_VideoOGL)
|
|
endif()
|
|
add_subdirectory(Plugin_VideoSoftware)
|
|
# TODO: Add other backends here!
|