From 50308f6fda70054c4d50423cb4422b3b74f583c1 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 7 Feb 2021 17:07:33 +0100 Subject: Shell: Move Shell syntax highlighter LibShell --- Userland/Libraries/LibGUI/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Userland/Libraries/LibGUI/CMakeLists.txt') 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) -- cgit v1.2.3