mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
Meta: Port 7d26cbf523
to gn build
This commit is contained in:
parent
3eb92a9324
commit
246daa0810
1 changed files with 4 additions and 0 deletions
|
@ -40,4 +40,8 @@ source_set("Painting") {
|
|||
"VideoPaintable.cpp",
|
||||
"ViewportPaintable.cpp",
|
||||
]
|
||||
if (current_os == "linux") {
|
||||
sources += [ "PaintingCommandExecutorGPU.cpp" ]
|
||||
public_deps = [ "//Userland/Libraries/LibAccelGfx" ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue