cmake_minimum_required(VERSION 3.10) project(arper C) set(SOURCES main.c ) add_executable(arper ${SOURCES} )