cmake_minimum_required( VERSION 3.0 ) project( version C ) add_executable( version version.c )