mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:27:34 +00:00
LibCMake: Add a lexer for CMakeCache.txt
This is a totally different syntax than for regular CMake files, and also is undocumented and subject to change, but it's also nice and simple. :^)
This commit is contained in:
parent
515fca4f7a
commit
bb07d678ac
6 changed files with 324 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
CMakeCache/Lexer.cpp
|
||||
Lexer.cpp
|
||||
SyntaxHighlighter.cpp
|
||||
Token.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue