mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-02 16:25:34 +03:00
ba4db899d4
This moves some stuff around to make LibGUI depend on LibSyntax instead of the other way around, as not every application that wishes to do syntax highlighting is necessarily a LibGUI (or even a GUI) application.
8 lines
100 B
CMake
8 lines
100 B
CMake
set(SOURCES
|
|
Document.cpp
|
|
Highlighter.cpp
|
|
Language.cpp
|
|
)
|
|
|
|
serenity_lib(LibSyntax syntax)
|