mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 07:15:46 -04:00
Add NoGUI frontend based on old SDL frontend + fullscreen UI
This commit is contained in:
@ -9,8 +9,10 @@ if(WIN32)
|
||||
add_subdirectory(updater)
|
||||
endif()
|
||||
|
||||
if(ANDROID OR BUILD_SDL_FRONTEND OR BUILD_QT_FRONTEND)
|
||||
add_subdirectory(frontend-common)
|
||||
add_subdirectory(frontend-common)
|
||||
|
||||
if(BUILD_NOGUI_FRONTEND)
|
||||
add_subdirectory(duckstation-nogui)
|
||||
endif()
|
||||
|
||||
if(BUILD_SDL_FRONTEND)
|
||||
|
Reference in New Issue
Block a user