1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 15:17:45 +00:00

LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class

This commit is contained in:
Itamar 2021-02-06 16:25:15 +02:00 committed by Andreas Kling
parent bed06b13f3
commit 02038a0ede
7 changed files with 126 additions and 97 deletions

View file

@ -1,8 +1,10 @@
set(SOURCES
AutoCompleteEngine.cpp
ClientConnection.cpp
main.cpp
FileDB.cpp
LexerAutoComplete.cpp
ParserAutoComplete.cpp
main.cpp
)
set(GENERATED_SOURCES