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