mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:27:46 +00:00
LibCMake: Introduce a CMake lexer
This commit is contained in:
parent
ca4cc03269
commit
3d8cc2257f
8 changed files with 581 additions and 0 deletions
7
Userland/Libraries/LibCMake/CMakeLists.txt
Normal file
7
Userland/Libraries/LibCMake/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(SOURCES
|
||||
Lexer.cpp
|
||||
Token.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibCMake cmake)
|
||||
target_link_libraries(LibCMake PRIVATE LibSyntax)
|
Loading…
Add table
Add a link
Reference in a new issue