mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 19:55:08 +00:00
9 lines
216 B
Text
9 lines
216 B
Text
source_set("EventLoop") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EventLoop.cpp",
|
|
"Task.cpp",
|
|
"TaskQueue.cpp",
|
|
]
|
|
}
|