mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Merge pull request #414 from Nadia-h/patch-1
Remove useless BUILD_SDL2 option
This commit is contained in:
commit
30e2479b8b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user