diff options
author | networkException <git@nwex.de> | 2022-07-23 18:34:05 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-24 13:40:31 +0100 |
commit | 7540259b16446e3575fc31f36d50e15a1a6e7ae3 (patch) | |
tree | a8f27042336c54e0d8322ab908f5b1e5f6e7e0d5 | |
parent | 60f7d61ad2b7bbaee4d78b0cf9c395c52b9587eb (diff) | |
download | serenity-7540259b16446e3575fc31f36d50e15a1a6e7ae3.zip |
LibGUI: Alphabetize CMake sources
-rw-r--r-- | Userland/Libraries/LibGUI/CMakeLists.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Userland/Libraries/LibGUI/CMakeLists.txt b/Userland/Libraries/LibGUI/CMakeLists.txt index b8e3599838..82eab141e2 100644 --- a/Userland/Libraries/LibGUI/CMakeLists.txt +++ b/Userland/Libraries/LibGUI/CMakeLists.txt @@ -8,9 +8,9 @@ set(SOURCES AbstractScrollableWidget.cpp AbstractSlider.cpp AbstractTableView.cpp + AbstractThemePreview.cpp AbstractView.cpp AbstractZoomPanWidget.cpp - AbstractThemePreview.cpp Action.cpp ActionGroup.cpp Application.cpp @@ -24,10 +24,12 @@ set(SOURCES ColorInput.cpp ColorPicker.cpp ColumnsView.cpp - CommonActions.cpp - CommonLocationsProvider.cpp ComboBox.cpp CommandPalette.cpp + CommonActions.cpp + CommonLocationsProvider.cpp + ConnectionToWindowManagerServer.cpp + ConnectionToWindowServer.cpp Desktop.cpp Dialog.cpp DisplayLink.cpp @@ -52,11 +54,11 @@ set(SOURCES GML/SyntaxHighlighter.cpp GroupBox.cpp HeaderView.cpp - INILexer.cpp - INISyntaxHighlighter.cpp Icon.cpp IconView.cpp ImageWidget.cpp + INILexer.cpp + INISyntaxHighlighter.cpp InputBox.cpp JsonArrayModel.cpp Label.cpp @@ -65,8 +67,8 @@ set(SOURCES LinkLabel.cpp ListView.cpp Menu.cpp - MenuItem.cpp Menubar.cpp + MenuItem.cpp MessageBox.cpp Model.cpp ModelIndex.cpp @@ -98,8 +100,8 @@ set(SOURCES Splitter.cpp StackWidget.cpp Statusbar.cpp - TabWidget.cpp TableView.cpp + TabWidget.cpp TextBox.cpp TextDocument.cpp TextEditor.cpp @@ -114,11 +116,9 @@ set(SOURCES VimEditingEngine.cpp Widget.cpp Window.cpp - ConnectionToWindowServer.cpp - ConnectionToWindowManagerServer.cpp - Wizards/WizardDialog.cpp Wizards/AbstractWizardPage.cpp Wizards/CoverWizardPage.cpp + Wizards/WizardDialog.cpp Wizards/WizardPage.cpp ) |