diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-04 17:32:54 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-04 21:00:44 -0700 |
commit | 635539cd0da713729ec2852b3691dc9f73734e59 (patch) | |
tree | 2b8861092dd4315d187c8e38ea58f847bed59414 /libcr_ipc/CMakeLists.txt | |
parent | 04978d7abe02e7f7e9092a44bb4d0ac3ec6ad366 (diff) |
libcr_ipc: Fix rpc.h
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r-- | libcr_ipc/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index 3ab56ab..05e6fa3 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -1,6 +1,6 @@ # libcr_ipc/CMakeLists.txt - TODO # -# Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> +# Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-License-Identifier: AGPL-3.0-or-later add_library(libcr_ipc INTERFACE) @@ -14,7 +14,7 @@ set(ipc_tests #select #mutex #owned_mutex - #rpc + rpc #sema ) if (ENABLE_TESTS) |