mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +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
|
set(SOURCES
|
||||||
AudioPlayerLoop.cpp
|
AudioPlayerLoop.cpp
|
||||||
TrackManager.cpp
|
|
||||||
KeysWidget.cpp
|
KeysWidget.cpp
|
||||||
KnobsWidget.cpp
|
KnobsWidget.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -15,9 +14,10 @@ set(SOURCES
|
||||||
PlayerWidget.cpp
|
PlayerWidget.cpp
|
||||||
RollWidget.cpp
|
RollWidget.cpp
|
||||||
SamplerWidget.cpp
|
SamplerWidget.cpp
|
||||||
|
TrackManager.cpp
|
||||||
WaveWidget.cpp
|
WaveWidget.cpp
|
||||||
ProcessorParameterWidget/Slider.cpp
|
|
||||||
ProcessorParameterWidget/ParameterWidget.cpp
|
ProcessorParameterWidget/ParameterWidget.cpp
|
||||||
|
ProcessorParameterWidget/Slider.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
serenity_app(Piano ICON app-piano)
|
serenity_app(Piano ICON app-piano)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue