1 2 3 4 5 6
cmake_minimum_required(VERSION 3.2) project(whatami C) set(CMAKE_C_STANDARD 99) add_executable(whatami main.c)