mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +00:00
Meta: Port recent changes to gn BUILD
5c7e5cc738
a8f0fa5dd4
0d417cd604
5b87d26027
(and other friends from the JIT PR)f915aa70cd
This commit is contained in:
parent
d8ab9ed87c
commit
faa8ef98c9
12 changed files with 146 additions and 63 deletions
19
Meta/gn/secondary/Ladybird/ImageDecoder/BUILD.gn
Normal file
19
Meta/gn/secondary/Ladybird/ImageDecoder/BUILD.gn
Normal file
|
@ -0,0 +1,19 @@
|
|||
executable("ImageDecoder") {
|
||||
configs += [ "//Ladybird:ladybird_config" ]
|
||||
include_dirs = [
|
||||
"//Userland/Libraries",
|
||||
"//Userland/Services",
|
||||
]
|
||||
deps = [
|
||||
"//AK",
|
||||
"//Userland/Libraries/LibCore",
|
||||
"//Userland/Libraries/LibGfx",
|
||||
"//Userland/Libraries/LibIPC",
|
||||
"//Userland/Libraries/LibImageDecoderClient",
|
||||
"//Userland/Libraries/LibMain",
|
||||
]
|
||||
sources = [
|
||||
"//Userland/Services/ImageDecoder/ConnectionFromClient.cpp",
|
||||
"main.cpp",
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue