cmake_minimum_required(VERSION 3.16) project(wdate) set(CMAKE_CXX_STANDARD 17) add_executable(wdate main.cpp )