cmake_minimum_required(VERSION 3.10) # project name project(Example1) add_executable(prog main.cpp util.cpp)