mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 02:20:17 +00:00
10 lines
248 B
Text
10 lines
248 B
Text
source_set("Clipboard") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Clipboard.cpp",
|
|
"Clipboard.h",
|
|
"ClipboardEvent.cpp",
|
|
"ClipboardEvent.h",
|
|
]
|
|
}
|