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