cmake_minimum_required(VERSION 3.10) project(setter C) set(CMAKE_C_STANDARD 90) add_executable(setter main.c)