From faee59ffe73367942c39b36c04a0c32b40ec38f0 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Mon, 27 Mar 2023 11:06:57 -0400 Subject: cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..57c093b --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1 @@ +add_library(clog clog.c clog.h) -- cgit v1.2.3