cmake_minimum_required(VERSION 3.16) project(del_file LANGUAGES CXX) add_executable(del_file main.cpp)