diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-23 10:58:41 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-23 10:58:41 -0700 |
commit | 53723a43e50863968bb040f5ad4f2f9005bac041 (patch) | |
tree | 7ffd6ab41a2ecf7754d3db0eded4c31257613a48 /libmisc | |
parent | 19a41387633e53d64d8a0ae69f3d3d3e35641c8d (diff) | |
parent | c2f977be6492fd93b359c97dee9b2968fe56fef6 (diff) |
Merge branch 'lukeshu/docs'
Diffstat (limited to 'libmisc')
-rw-r--r-- | libmisc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmisc/CMakeLists.txt b/libmisc/CMakeLists.txt index f8f15bc..70ec691 100644 --- a/libmisc/CMakeLists.txt +++ b/libmisc/CMakeLists.txt @@ -1,4 +1,4 @@ -# libmisc/CMakeLists.txt - TODO +# libmisc/CMakeLists.txt - Low-level C programming utilities; sort of an augmented "libc" # # Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-License-Identifier: AGPL-3.0-or-later |