mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-13 11:16:53 +00:00
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
source_set("IntersectionObserver") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"IntersectionObserver.cpp",
|
|
"IntersectionObserverEntry.cpp",
|
|
]
|
|
}
|