1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:17:46 +00:00

timezone: Add a command line utility to set the system time zone

This commit is contained in:
Timothy Flynn 2022-01-20 08:15:19 -05:00 committed by Linus Groh
parent 2bdc3aec42
commit 6057a2ca30
3 changed files with 38 additions and 0 deletions

View file

@ -156,6 +156,7 @@ target_link_libraries(telws LibProtocol LibLine)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
target_link_libraries(test-imap LibIMAP LibMain)
target_link_libraries(test-pthread LibThreading)
target_link_libraries(timezone LibMain)
target_link_libraries(top LibMain)
target_link_libraries(touch LibMain)
target_link_libraries(truncate LibMain)