mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:57:35 +00:00
Shell: Move Shell syntax highlighter LibShell
This commit is contained in:
parent
ddbf20ecf6
commit
50308f6fda
6 changed files with 24 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue