From b5e84c26699d9b2beadf2e44adbd92c2c18b5bfa Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 21 Feb 2025 00:53:45 -0700 Subject: libcr_ipc: Fixes and tests for sema.h --- libcr_ipc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcr_ipc/CMakeLists.txt') diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index 05e6fa3..a7d6021 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -15,7 +15,7 @@ set(ipc_tests #mutex #owned_mutex rpc - #sema + sema ) if (ENABLE_TESTS) foreach(test IN LISTS ipc_tests) -- cgit v1.2.3-2-g168b