1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 16:45:07 +00:00
serenity/Meta/gn/secondary/Userland/Libraries/LibWeb/MathML/BUILD.gn

8 lines
200 B
Text

source_set("MathML") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"MathMLElement.cpp",
"TagNames.cpp",
]
}