1 2 3 4 5 6 7 8
cmake_minimum_required(VERSION 3.10) project(Gacrux LANGUAGES C) set(SOURCES src/main.c ) add_executable(gacrux ${SOURCES})