mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 07:25:46 -04:00
Initial commit
This commit is contained in:
5
src/CMakeLists.txt
Normal file
5
src/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(pse)
|
||||
if(ENABLE_SDL_FRONTEND)
|
||||
add_subdirectory(pse-sdl)
|
||||
endif()
|
Reference in New Issue
Block a user