1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:57:45 +00:00
Timothy Flynn 2023-11-13 16:13:09 -05:00 committed by Tim Flynn
parent 6ac57448af
commit 652bbe172b
11 changed files with 56 additions and 8 deletions

View file

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