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