cmake_minimum_required(VERSION 3.20)
project(config_cli LANGUAGES CXX)
add_executable(config_cli src/main.cpp src/config.cpp)
