mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
Meta: Port recent build changes to gn build
This ports the following commits:f76c614a84
ddbe6bd7b4
2eaa528a0e
1b40bf9783
9f6ceff7cf
52d6df5ee5
9e22f01eba
bf4e2f3e9c
da2cd73bcf
This commit is contained in:
parent
4c26b0b047
commit
b4df4d66dc
10 changed files with 39 additions and 13 deletions
|
@ -0,0 +1,5 @@
|
|||
source_set("Internals") {
|
||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [ "Internals.cpp" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue