dolphin/Source/Plugins/CMakeLists.txt
2013-05-05 23:37:01 -05:00

5 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!