cmake_minimum_required(VERSION 2.8)

project(%{ProjectName})
set(CMAKE_INCLUDE_CURRENT_DIR ON)

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