mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:34:59 +00:00

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.
7 lines
100 B
CMake
7 lines
100 B
CMake
set(SOURCES
|
|
Document.cpp
|
|
Highlighter.cpp
|
|
Language.cpp
|
|
)
|
|
|
|
serenity_lib(LibSyntax syntax)
|