cmake_minimum_required(VERSION 3.20) project(name) set(CMAKE_CXX_STANDARD 23) add_subdirectory(src) install(TARGETS name DESTINATION bin)