From f9d571d233711c4a1a65c4d5756e09bc9960cc0a Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 9 Dec 2024 07:47:30 -0700 Subject: libcr_ipc: Add cr_owned_mutex --- libcr_ipc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libcr_ipc/CMakeLists.txt') diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index 2a1c747..3ab56ab 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -13,6 +13,7 @@ set(ipc_tests chan #select #mutex + #owned_mutex #rpc #sema ) -- cgit v1.2.3-2-g168b