mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
source_set("Platform") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EventLoopPlugin.cpp",
|
|
"EventLoopPluginSerenity.cpp",
|
|
"FontPlugin.cpp",
|
|
"ImageCodecPlugin.cpp",
|
|
"Timer.cpp",
|
|
"TimerSerenity.cpp",
|
|
]
|
|
}
|