CMAKE_MINIMUM_REQUIRED(VERSION {{cookiecutter.cmake_version}}) PROJECT({{cookiecutter.project_name}}) ADD_SUBDIRECTORY(src)