cmake_minimum_required(VERSION 3.5) project(shell) add_executable(shell array.c shell.c)