mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00: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: cb2e187be1
Pull-request: https://github.com/SerenityOS/serenity/pull/12841
Reviewed-by: https://github.com/bgianfo
Reviewed-by: https://github.com/trflynn89
1 changed files with 6 additions and 6 deletions
|
@ -6,16 +6,16 @@ serenity_component(
|
||||||
)
|
)
|
||||||
|
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
main.cpp
|
AlbumCoverVisualizationWidget.cpp
|
||||||
|
BarsVisualizationWidget.cpp
|
||||||
|
M3UParser.cpp
|
||||||
|
PlaybackManager.cpp
|
||||||
Player.cpp
|
Player.cpp
|
||||||
Playlist.cpp
|
Playlist.cpp
|
||||||
PlaybackManager.cpp
|
PlaylistWidget.cpp
|
||||||
SampleWidget.cpp
|
SampleWidget.cpp
|
||||||
SoundPlayerWidgetAdvancedView.cpp
|
SoundPlayerWidgetAdvancedView.cpp
|
||||||
BarsVisualizationWidget.cpp
|
main.cpp
|
||||||
AlbumCoverVisualizationWidget.cpp
|
|
||||||
M3UParser.cpp
|
|
||||||
PlaylistWidget.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
serenity_app(SoundPlayer ICON app-sound-player)
|
serenity_app(SoundPlayer ICON app-sound-player)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue