add_executable(zipdirfs-time-clock-poc
  clock_conversion_poc.cpp
)

target_compile_features(zipdirfs-time-clock-poc PRIVATE cxx_std_17)