mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
11 lines
210 B
CMake
11 lines
210 B
CMake
set(SOURCES
|
|
CMakeCache/Lexer.cpp
|
|
CMakeCache/SyntaxHighlighter.cpp
|
|
Lexer.cpp
|
|
SyntaxHighlighter.cpp
|
|
Token.cpp
|
|
)
|
|
|
|
serenity_lib(LibCMake cmake)
|
|
target_link_libraries(LibCMake PRIVATE LibSyntax)
|