mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 10:05:41 -04:00
7 lines
105 B
CMake
7 lines
105 B
CMake
add_subdirectory(common)
|
|
add_subdirectory(core)
|
|
|
|
if(NOT ANDROID)
|
|
add_subdirectory(duckstation)
|
|
endif()
|