dolphin/Source/Core/VideoBackends/CMakeLists.txt
2013-10-07 10:37:01 -04:00

5 lines
121 B
CMake

if(NOT USE_GLES OR USE_GLES3)
add_subdirectory(OGL)
endif()
add_subdirectory(Software)
# TODO: Add other backends here!