summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/LanguageServers/CMakeLists.txt
AgeCommit message (Expand)Author
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-07-03Everywhere: Fix two inconsistent serenity_lib() output namesLinus Groh
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2021-05-16LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngineItamar
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling