mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 22:55:06 +00:00
8 lines
288 B
Text
8 lines
288 B
Text
source_set("SyntaxHighlighter") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
include_dirs = [
|
|
"//Userland", # For LibSyntax needing LibGUI needing WindowServer types
|
|
]
|
|
sources = [ "SyntaxHighlighter.cpp" ]
|
|
}
|