mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 07:14:58 +00:00
11 lines
187 B
CMake
11 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)
|