add_executable(UtcTime Main.cpp)
target_link_libraries(UtcTime plog)
set_target_properties(UtcTime PROPERTIES FOLDER Samples)