cmake_minimum_required(VERSION 3.1)
project(hello-world)

add_executable(${PROJECT_NAME}-cpp  hello.cpp)
