mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LanguageServers/Cpp: Port to LibMain :^)
This commit is contained in:
parent
9d4c946515
commit
54155f8c64
2 changed files with 11 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue