From 648b8fe13166f44ba7d36a5b0d753386253155ff 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