cmake_minimum_required(VERSION 3.29) project(cartesian_bo5) set(CMAKE_CXX_STANDARD 23) add_executable(cartesian_bo5 main.cpp)