cmake_minimum_required(VERSION 3.23) project(sayeth C) set(CMAKE_C_STANDARD 99) add_executable(sayeth main.c fierrhea.h jenkins.h romero.h)