mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -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)
|