mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Meta: Port recent changes to GN build
80071b1d48face038a60b98fc8c3414de1cb9633 3f6a26d07d1536eb5e4e39eedfd4e0135eabf536
This commit is contained in:
parent
f19349e1b6
commit
392d9d080d
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@ shared_library("LibJS") {
|
||||||
"//Userland/Libraries/LibLocale",
|
"//Userland/Libraries/LibLocale",
|
||||||
"//Userland/Libraries/LibRegex",
|
"//Userland/Libraries/LibRegex",
|
||||||
"//Userland/Libraries/LibSyntax",
|
"//Userland/Libraries/LibSyntax",
|
||||||
|
"//Userland/Libraries/LibTimeZone",
|
||||||
"//Userland/Libraries/LibUnicode",
|
"//Userland/Libraries/LibUnicode",
|
||||||
]
|
]
|
||||||
if (current_cpu == "x86" || current_cpu == "x64") {
|
if (current_cpu == "x86" || current_cpu == "x64") {
|
||||||
|
|
|
@ -69,6 +69,8 @@ source_set("LibTimeZone") {
|
||||||
"$target_gen_dir/..",
|
"$target_gen_dir/..",
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
|
"DateTime.cpp",
|
||||||
|
"DateTime.h",
|
||||||
"Forward.h",
|
"Forward.h",
|
||||||
"TimeZone.cpp",
|
"TimeZone.cpp",
|
||||||
"TimeZone.h",
|
"TimeZone.h",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue