mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
LibCpp: Move Cpp::Token to a separate file
This commit is contained in:
parent
3658c4c567
commit
d0b4f9cc0e
5 changed files with 188 additions and 122 deletions
|
@ -4,6 +4,7 @@ set(SOURCES
|
|||
Parser.cpp
|
||||
Preprocessor.cpp
|
||||
SyntaxHighlighter.cpp
|
||||
Token.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibCpp cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue