diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-21 12:23:09 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-23 10:41:43 -0700 |
commit | a1883e93c1094ed34c21e018d34993e2a9e80506 (patch) | |
tree | 2e76cbb95a127ad3fb517dfb94d1cf1034150a89 /libcr_ipc/CMakeLists.txt | |
parent | 8f7feb7852ec7cb15c7f51de78f2c474d8807bd7 (diff) |
Complete TODO comments and documentation
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r-- | libcr_ipc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index a7d6021..0c3bd57 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -1,4 +1,4 @@ -# libcr_ipc/CMakeLists.txt - TODO +# libcr_ipc/CMakeLists.txt - IPC primitives for libcr # # Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-License-Identifier: AGPL-3.0-or-later |