[winpr,timezone] add C# timezone extractor

This commit is contained in:
akallabeth 2024-04-26 12:13:27 +02:00 committed by akallabeth
parent cd18532f45
commit 277907d810
1 changed files with 7 additions and 0 deletions

View File

@ -42,3 +42,10 @@ else()
endif()
winpr_module_add(${SRCS})
if (WIN32)
option(WITH_TIMEZONE_UPDATER "Build C# tzextract" OFF)
if (WITH_TIMEZONE_UPDATER)
add_subdirectory(utils)
endif()
endif()