mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:07:35 +00:00
SoundPlayer: Sort CMake sources alphabetically
This commit is contained in:
parent
5bafb80255
commit
cb2e187be1
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