mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 16:55:08 +00:00
14 lines
343 B
Text
14 lines
343 B
Text
source_set("Geometry") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"DOMMatrix.cpp",
|
|
"DOMMatrixReadOnly.cpp",
|
|
"DOMPoint.cpp",
|
|
"DOMPointReadOnly.cpp",
|
|
"DOMQuad.cpp",
|
|
"DOMRect.cpp",
|
|
"DOMRectList.cpp",
|
|
"DOMRectReadOnly.cpp",
|
|
]
|
|
}
|