From 635539cd0da713729ec2852b3691dc9f73734e59 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 4 Feb 2025 17:32:54 -0700 Subject: libcr_ipc: Fix rpc.h --- libcr_ipc/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcr_ipc/CMakeLists.txt') 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 +# Copyright (C) 2024-2025 Luke T. Shumaker # 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) -- cgit v1.2.3-2-g168b