1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:07:44 +00:00

Meta: Port recent build changes to gn build

This ports the following commits:

f76c614a84
ddbe6bd7b4
2eaa528a0e
1b40bf9783
9f6ceff7cf
52d6df5ee5
9e22f01eba
bf4e2f3e9c
da2cd73bcf
This commit is contained in:
Sebastian Zaha 2023-08-12 22:44:37 +02:00 committed by Andrew Kaster
parent 4c26b0b047
commit b4df4d66dc
10 changed files with 39 additions and 13 deletions

View file

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