1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

Meta: Port ad440f9e9a to gn build

This commit is contained in:
Andrew Kaster 2023-08-04 14:19:37 -06:00
parent 616e61ee23
commit ef03e73844
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@ source_set("Platform") {
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"AudioCodecPlugin.cpp",
"AudioCodecPluginAgnostic.cpp",
"EventLoopPlugin.cpp",
"EventLoopPluginSerenity.cpp",
"FontPlugin.cpp",