mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
LanguageServers/Shell: Port to LibMain :^)
This commit is contained in:
parent
54155f8c64
commit
c2b90bab9f
2 changed files with 7 additions and 18 deletions
|
@ -16,4 +16,4 @@ serenity_bin(ShellLanguageServer)
|
|||
|
||||
# We link with LibGUI because we use GUI::TextDocument to update
|
||||
# the content of files according to the edit actions we receive over IPC.
|
||||
target_link_libraries(ShellLanguageServer LibIPC LibShell LibGUI LibLanguageServer)
|
||||
target_link_libraries(ShellLanguageServer LibIPC LibShell LibGUI LibLanguageServer LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue