Meta: Port 1d59a62944 to gn build

This commit is contained in:
Andrew Kaster 2023-07-31 12:02:17 -06:00
parent 1d59a62944
commit 804188ac0c
Notes: sideshowbarker 2024-07-17 10:54:57 +09:00

View file

@ -62,9 +62,4 @@ executable("WebContent") {
"main.cpp",
]
sources += get_target_outputs(":generate_moc")
if (current_os == "mac") {
sources += [ "MacOSSetup.mm" ]
frameworks = [ "AppKit.framework" ]
}
}