1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:07:36 +00:00

LanguageServers/Cpp: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 10:36:29 +01:00
parent 9d4c946515
commit 54155f8c64
2 changed files with 11 additions and 21 deletions

View file

@ -17,4 +17,4 @@ serenity_bin(CppLanguageServer)
# 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(CppLanguageServer LibIPC LibCpp LibGUI LibLanguageServer)
target_link_libraries(CppLanguageServer LibIPC LibCpp LibGUI LibLanguageServer LibMain)