cmake_minimum_required(VERSION 3.10) project(test_app) set(CMAKE_CXX_STANDART 17) add_executable(test_app main.cpp)