mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
10 lines
157 B
CMake
10 lines
157 B
CMake
set(SOURCES
|
|
Lexer.cpp
|
|
Parser.cpp
|
|
SyntaxHighlighter.cpp
|
|
Token.cpp
|
|
)
|
|
|
|
serenity_lib(LibSQL sql)
|
|
target_link_libraries(LibSQL LibCore LibSyntax)
|