mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
43c7d7d285
This is a move towards dropping more LibGUI dependencies.
6 lines
104 B
CMake
6 lines
104 B
CMake
set(SOURCES
|
|
Highlighter.cpp
|
|
)
|
|
|
|
serenity_lib(LibSyntax syntax)
|
|
target_link_libraries(LibSyntax LibC)
|