cmake_minimum_required(VERSION 3.13) project(hexagon) set(SOURCE_FILES src/main.c) add_executable(hexagon ${SOURCE_FILES})