mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
source_set("EventLoop") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EventLoop.cpp",
|
|
"Task.cpp",
|
|
"TaskQueue.cpp",
|
|
]
|
|
}
|