mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
SoundPlayer: Sort CMake sources alphabetically
This commit is contained in:
parent
5bafb80255
commit
cb2e187be1
Notes:
sideshowbarker
2024-07-17 18:00:15 +09:00
Author: https://github.com/nfraprado Commit: https://github.com/SerenityOS/serenity/commit/cb2e187be1 Pull-request: https://github.com/SerenityOS/serenity/pull/12841 Reviewed-by: https://github.com/bgianfo Reviewed-by: https://github.com/trflynn89
@ -6,16 +6,16 @@ serenity_component(
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
AlbumCoverVisualizationWidget.cpp
|
||||
BarsVisualizationWidget.cpp
|
||||
M3UParser.cpp
|
||||
PlaybackManager.cpp
|
||||
Player.cpp
|
||||
Playlist.cpp
|
||||
PlaybackManager.cpp
|
||||
PlaylistWidget.cpp
|
||||
SampleWidget.cpp
|
||||
SoundPlayerWidgetAdvancedView.cpp
|
||||
BarsVisualizationWidget.cpp
|
||||
AlbumCoverVisualizationWidget.cpp
|
||||
M3UParser.cpp
|
||||
PlaylistWidget.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(SoundPlayer ICON app-sound-player)
|
||||
|
Loading…
Reference in New Issue
Block a user