mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 00:38:56 +00:00
LibCpp: Add library for working with c++ code
Moved the C++ Lexer we have from LibGUI to here, so that other components could use it without linking with LibGUI.
This commit is contained in:
parent
fec4152220
commit
bf53d7ff64
Notes:
sideshowbarker
2024-07-19 02:07:14 +09:00
Author: https://github.com/itamar8910
Commit: bf53d7ff64
Pull-request: https://github.com/SerenityOS/serenity/pull/3622
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
Reviewed-by: https://github.com/tomuta
8 changed files with 132 additions and 126 deletions
|
@ -17,7 +17,6 @@ set(SOURCES
|
|||
ComboBox.cpp
|
||||
Command.cpp
|
||||
ControlBoxButton.cpp
|
||||
CppLexer.cpp
|
||||
CppSyntaxHighlighter.cpp
|
||||
Desktop.cpp
|
||||
Dialog.cpp
|
||||
|
@ -96,4 +95,4 @@ set(GENERATED_SOURCES
|
|||
)
|
||||
|
||||
serenity_lib(LibGUI gui)
|
||||
target_link_libraries(LibGUI LibCore LibGfx LibIPC LibThread)
|
||||
target_link_libraries(LibGUI LibCore LibGfx LibIPC LibThread LibCpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue