mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
11 lines
173 B
CMake
11 lines
173 B
CMake
set(SOURCES
|
|
AST.cpp
|
|
Lexer.cpp
|
|
Parser.cpp
|
|
Preprocessor.cpp
|
|
SyntaxHighlighter.cpp
|
|
)
|
|
|
|
serenity_lib(LibCpp cpp)
|
|
target_link_libraries(LibCpp LibC LibSyntax)
|