mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
Piano: Alphabetize sources
:greenlinus:
This commit is contained in:
parent
5385cb1287
commit
59a9f8a958
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,6 @@ serenity_component(
|
|||
|
||||
set(SOURCES
|
||||
AudioPlayerLoop.cpp
|
||||
TrackManager.cpp
|
||||
KeysWidget.cpp
|
||||
KnobsWidget.cpp
|
||||
main.cpp
|
||||
|
@ -15,9 +14,10 @@ set(SOURCES
|
|||
PlayerWidget.cpp
|
||||
RollWidget.cpp
|
||||
SamplerWidget.cpp
|
||||
TrackManager.cpp
|
||||
WaveWidget.cpp
|
||||
ProcessorParameterWidget/Slider.cpp
|
||||
ProcessorParameterWidget/ParameterWidget.cpp
|
||||
ProcessorParameterWidget/Slider.cpp
|
||||
)
|
||||
|
||||
serenity_app(Piano ICON app-piano)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue