cmake_minimum_required(VERSION 3.16) project(hcw_task LANGUAGES CXX) add_executable(hcw_task main.cpp)