summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2023-03-27 11:06:57 -0400
committerCara Salter <cara@devcara.com>2023-03-27 11:06:57 -0400
commitfaee59ffe73367942c39b36c04a0c32b40ec38f0 (patch)
tree8bc6010b237b86acbaef3731ce835db47c1eb2d6 /CMakeLists.txt
parent6091fb5349f6cda69d83304343f9d1dd9c97e08a (diff)
downloadclog-0.1.0.tar.gz
clog-0.1.0.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)