1
Fork 0
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:
Andreas Kling 2021-11-23 10:37:38 +01:00
parent 54155f8c64
commit c2b90bab9f
2 changed files with 7 additions and 18 deletions

View file

@ -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)