cmake_minimum_required(VERSION 3.29) project(TestQuizQuestions) set(CMAKE_CXX_STANDARD 26) add_executable(TestQuizQuestions main.cpp)