mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-28 04:52:35 +02:00
6 lines
121 B
CMake
6 lines
121 B
CMake
if(NOT USE_GLES OR USE_GLES3)
|
|
add_subdirectory(OGL)
|
|
endif()
|
|
add_subdirectory(Software)
|
|
# TODO: Add other backends here!
|