1 2 3 4
cmake_minimum_required(VERSION 3.10) project(sample-cpp VERSION 0.1.0) add_executable(sample-cpp src/main.cpp)