mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 19:55:08 +00:00
8 lines
289 B
Text
8 lines
289 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" ]
|
|
}
|