mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-10 13:17:36 +00:00
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
shared_library("LibSyntax") {
|
|
output_name = "syntax"
|
|
include_dirs = [ "//Userland/Libraries" ]
|
|
sources = [
|
|
"Document.cpp",
|
|
"Highlighter.cpp",
|
|
"Language.cpp",
|
|
]
|
|
deps = [ "//AK" ]
|
|
}
|