mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 03:15:42 -04:00
13 lines
217 B
CMake
13 lines
217 B
CMake
add_subdirectory(common)
|
|
add_subdirectory(core)
|
|
add_subdirectory(frontend-common)
|
|
|
|
if(BUILD_SDL_FRONTEND)
|
|
add_subdirectory(duckstation-sdl)
|
|
endif()
|
|
|
|
if(BUILD_QT_FRONTEND)
|
|
add_subdirectory(duckstation-qt)
|
|
endif()
|
|
|