Replace duckstation-sdl with stub directing users to duckstation-qt

This commit is contained in:
Connor McLaughlin
2021-01-30 22:22:46 +10:00
parent cae5bc1712
commit dc0eb4cb04
12 changed files with 46 additions and 2882 deletions

View File

@@ -1,17 +1,7 @@
add_executable(duckstation-sdl
imgui_impl_sdl.cpp
imgui_impl_sdl.h
main.cpp
sdl_host_interface.cpp
sdl_host_interface.h
sdl_key_names.h
sdl_util.cpp
sdl_util.h
)
target_include_directories(duckstation-sdl PRIVATE ${SDL2_INCLUDE_DIRS})
target_link_libraries(duckstation-sdl PRIVATE core common imgui nativefiledialog glad frontend-common scmversion vulkan-loader ${SDL2_LIBRARIES})
if(WIN32)
target_sources(duckstation-sdl PRIVATE
duckstation-sdl.manifest