cmake_minimum_required(VERSION 2.8)

project(test)
add_executable(${PROJECT_NAME} "main.cpp")
