fix stuff?

This commit is contained in:
lizzie 2026-01-14 20:02:52 +00:00
parent 59254cd1e7
commit bde265c6d5
14 changed files with 1294 additions and 34 deletions

View file

@ -251,6 +251,9 @@ endif()
# TZDB (Time Zone Database)
add_subdirectory(nx_tzdb)
# PowerPC emitter
add_subdirectory(powah)
add_library(tz tz/tz/tz.cpp)
target_include_directories(tz PUBLIC ./tz)