mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 16:45:07 +00:00

This ports the following commits:f76c614a84
ddbe6bd7b4
2eaa528a0e
1b40bf9783
9f6ceff7cf
52d6df5ee5
9e22f01eba
bf4e2f3e9c
da2cd73bcf
8 lines
200 B
Text
8 lines
200 B
Text
source_set("MathML") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"MathMLElement.cpp",
|
|
"TagNames.cpp",
|
|
]
|
|
}
|