cmake_minimum_required(VERSION 3.0) project(MyProject) add_executable(main src/simple.cpp)