mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-02 08:55:41 -04:00
6 lines
107 B
CMake
6 lines
107 B
CMake
add_subdirectory(common)
|
|
add_subdirectory(pse)
|
|
if(ENABLE_SDL_FRONTEND)
|
|
add_subdirectory(pse-sdl)
|
|
endif()
|