This commit is contained in:
Arisotura
2020-04-25 18:56:39 +02:00
parent a85d41c53e
commit d58c9d4b53
2 changed files with 73 additions and 6 deletions

View File

@ -32,14 +32,8 @@ endif()
add_compile_options(-fno-pic)
add_link_options(-no-pie)
option(BUILD_LIBUI "Build libui frontend" ON)
add_subdirectory(src)
if (BUILD_LIBUI)
add_subdirectory(src/libui_sdl)
endif()
configure_file(
${CMAKE_SOURCE_DIR}/romlist.bin
${CMAKE_BINARY_DIR}/romlist.bin COPYONLY)