mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02: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)
|