aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2019-05-28 19:49:20 +0200
committerStapleButter <thetotalworm@gmail.com>2019-05-28 19:49:20 +0200
commit624e7aeb30c4d95b687ed20b0a4d7292df1e9b1b (patch)
treed4674c9deaae503f4ee501ce260cbf37f69b6d24
parent891ab9fd3c91042d5097f38107cccfb47511e5e5 (diff)
parent30e2479b8b5a84cf4ff66c23eeda827bdbd135a8 (diff)
Merge branch 'master' of https://github.com/Arisotura/melonDS
rârp
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c127af5..7daf1a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,6 @@ add_compile_options(-fno-pic)
add_link_options(-no-pie)
option(BUILD_LIBUI "Build libui frontend" ON)
-option(BUILD_SDL "Build SDL2 frontend" OFF)
add_subdirectory(src)
@@ -36,10 +35,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)