mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 20:15:06 +00:00
9 lines
263 B
Text
9 lines
263 B
Text
source_set("CustomElements") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"CustomElementName.cpp",
|
|
"CustomElementReactionNames.cpp",
|
|
"CustomElementRegistry.cpp",
|
|
]
|
|
}
|