cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project(recipe-01_core LANGUAGES CXX)

add_executable(hello-world hello-world.cpp)
