mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
43c7d7d285
This is a move towards dropping more LibGUI dependencies.
7 lines
104 B
CMake
7 lines
104 B
CMake
set(SOURCES
|
|
Highlighter.cpp
|
|
)
|
|
|
|
serenity_lib(LibSyntax syntax)
|
|
target_link_libraries(LibSyntax LibC)
|