cmake_minimum_required(VERSION 3.27) project(gh-wh-handler) set(CMAKE_CXX_STANDARD 23) add_executable(gh-wh-handler main.cpp)