mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
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" ]
|
|
}
|