diff options
author | Andreas Kling <kling@serenityos.org> | 2021-02-07 17:07:33 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-07 17:07:33 +0100 |
commit | 50308f6fda70054c4d50423cb4422b3b74f583c1 (patch) | |
tree | 667e7d2d7338113404325075ed238f45f8a4ccfc /Userland/Libraries/LibGUI/CMakeLists.txt | |
parent | ddbf20ecf6c1e359a3b9f7c5ba7e0b5f3eec2f4d (diff) | |
download | serenity-50308f6fda70054c4d50423cb4422b3b74f583c1.zip |
Shell: Move Shell syntax highlighter LibShell
Diffstat (limited to 'Userland/Libraries/LibGUI/CMakeLists.txt')
-rw-r--r-- | Userland/Libraries/LibGUI/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Userland/Libraries/LibGUI/CMakeLists.txt b/Userland/Libraries/LibGUI/CMakeLists.txt index e51ad17046..c3bbd3ed80 100644 --- a/Userland/Libraries/LibGUI/CMakeLists.txt +++ b/Userland/Libraries/LibGUI/CMakeLists.txt @@ -74,7 +74,6 @@ set(SOURCES ScrollBar.cpp ScrollableWidget.cpp SeparatorWidget.cpp - ShellSyntaxHighlighter.cpp Shortcut.cpp Slider.cpp SortingProxyModel.cpp @@ -108,4 +107,4 @@ set(GENERATED_SOURCES ) serenity_lib(LibGUI gui) -target_link_libraries(LibGUI LibCore LibGfx LibIPC LibThread LibShell LibRegex LibSyntax) +target_link_libraries(LibGUI LibCore LibGfx LibIPC LibThread LibRegex LibSyntax) |