diff options
author | Cara Salter <cara@devcara.com> | 2023-03-27 11:06:57 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-03-27 11:06:57 -0400 |
commit | faee59ffe73367942c39b36c04a0c32b40ec38f0 (patch) | |
tree | 8bc6010b237b86acbaef3731ce835db47c1eb2d6 /CMakeLists.txt | |
parent | 6091fb5349f6cda69d83304343f9d1dd9c97e08a (diff) | |
download | clog-0.1.0.tar.gz clog-0.1.0.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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) |