mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 07:15:46 -04:00
Add initial work on Qt frontend
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(core)
|
||||
|
||||
if(NOT ANDROID)
|
||||
if(BUILD_SDL_FRONTEND)
|
||||
add_subdirectory(duckstation)
|
||||
endif()
|
||||
|
||||
if(BUILD_QT_FRONTEND)
|
||||
add_subdirectory(duckstation-qt)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user