cmake_minimum_required(VERSION 3.0) project(MyProject) add_executable(main sillycode.cpp)