cmake_minimum_required(VERSION 3.5)

project(%{ProjectName} LANGUAGES C)

add_executable(%{ProjectName} %{CFileName})
