mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 17:35:10 +00:00
15 lines
405 B
Text
15 lines
405 B
Text
source_set("Platform") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"AudioCodecPlugin.cpp",
|
|
"AudioCodecPluginAgnostic.cpp",
|
|
"EventLoopPlugin.cpp",
|
|
"EventLoopPluginSerenity.cpp",
|
|
"FontPlugin.cpp",
|
|
"FontPluginSerenity.cpp",
|
|
"ImageCodecPlugin.cpp",
|
|
"Timer.cpp",
|
|
"TimerSerenity.cpp",
|
|
]
|
|
}
|