dolphin/Source/Plugins/CMakeLists.txt
2012-12-17 14:54:20 -06:00

5 lines
132 B
CMake

if(NOT USE_GLES)
add_subdirectory(Plugin_VideoOGL)
endif()
add_subdirectory(Plugin_VideoSoftware)
# TODO: Add other backends here!