aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: f6c60695d41e31e73c3c62bc52b90bf96b69c4cd (plain) (blame)
1
2
3
4
5
6
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)