dolphin/Source/Core/VideoBackends/CMakeLists.txt

6 lines
121 B
CMake
Raw Normal View History

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