diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aa96ad3..b1cbebf9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,6 @@ if(ENABLE_LTO) endif() option(BUILD_LIBUI "Build libui frontend" ON) -option(BUILD_SDL "Build SDL2 frontend" OFF) add_subdirectory(src) @@ -33,10 +32,6 @@ if (BUILD_LIBUI) add_subdirectory(src/libui_sdl) endif() -if (BUILD_SDL) - add_subdirectory(src/sdl) -endif() - configure_file( ${CMAKE_SOURCE_DIR}/romlist.bin ${CMAKE_BINARY_DIR}/romlist.bin COPYONLY)