mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class
This commit is contained in:
parent
bed06b13f3
commit
02038a0ede
Notes:
sideshowbarker
2024-07-18 22:28:50 +09:00
Author: https://github.com/itamar8910
Commit: 02038a0ede
Pull-request: https://github.com/SerenityOS/serenity/pull/5244
Reviewed-by: https://github.com/alimpfard
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