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:
parent
bed06b13f3
commit
02038a0ede
7 changed files with 126 additions and 97 deletions
|
@ -1,8 +1,10 @@
|
|||
set(SOURCES
|
||||
AutoCompleteEngine.cpp
|
||||
ClientConnection.cpp
|
||||
main.cpp
|
||||
FileDB.cpp
|
||||
LexerAutoComplete.cpp
|
||||
ParserAutoComplete.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue