Move shared frontend code from SDL to a seperate project

This commit is contained in:
Connor McLaughlin
2020-02-16 00:13:53 +09:00
parent 24bebf7f59
commit 745c2785b2
18 changed files with 495 additions and 23 deletions

View File

@ -1,5 +1,6 @@
add_subdirectory(common)
add_subdirectory(core)
add_subdirectory(frontend-common)
if(BUILD_SDL_FRONTEND)
add_subdirectory(duckstation-sdl)