cmake_minimum_required(VERSION 3.10) project(Gacrux LANGUAGES C) set(SOURCES src/main.c ) add_executable(gacrux ${SOURCES})