mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02: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",
|
|
]
|
|
}
|