cmake_minimum_required(VERSION 3.16) project({name} VERSION {upstream_version}) add_executable({command} hello.c) install(TARGETS {command} RUNTIME DESTINATION bin)