Merge pull request #10603 from lat9nq/tz-more-complete

core,common: Implement missing time zone data/computations
This commit is contained in:
bunnei 2023-06-13 13:28:45 -07:00 committed by GitHub
commit 4abd6e552c
19 changed files with 550 additions and 710 deletions

View file

@ -139,6 +139,9 @@ if (YUZU_USE_EXTERNAL_VULKAN_HEADERS)
add_subdirectory(Vulkan-Headers)
endif()
# TZDB (Time Zone Database)
add_subdirectory(nx_tzdb)
if (NOT TARGET LLVM::Demangle)
add_library(demangle demangle/ItaniumDemangle.cpp)
target_include_directories(demangle PUBLIC ./demangle)