cmake_minimum_required(VERSION 2.8) project(cmake_project) add_executable(cmake_project main.cpp)