mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 11:37:53 +03:00
6 lines
121 B
Text
6 lines
121 B
Text
![]() |
if(NOT USE_GLES OR USE_GLES3)
|
||
|
add_subdirectory(OGL)
|
||
|
endif()
|
||
|
add_subdirectory(Software)
|
||
|
# TODO: Add other backends here!
|