From bc962303c4757ff94229022b3a9867f437243ed0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 20 Oct 2022 16:29:00 -0400 Subject: Initial commit --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..f6c6069 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,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) -- cgit