mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
12 lines
187 B
CMake
12 lines
187 B
CMake
set(SOURCES
|
|
AST.cpp
|
|
Lexer.cpp
|
|
Parser.cpp
|
|
Preprocessor.cpp
|
|
SyntaxHighlighter.cpp
|
|
Token.cpp
|
|
)
|
|
|
|
serenity_lib(LibCpp cpp)
|
|
target_link_libraries(LibCpp LibC LibSyntax)
|