From a1a20d71f6d9f6b26893b0f2d641da47cd59e74e Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 7 Apr 2025 14:28:17 -0600 Subject: libcr_ipc: Add waitgroup --- libcr_ipc/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcr_ipc/CMakeLists.txt') diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index 7d249d7..1f0ad07 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -11,6 +11,7 @@ target_sources(libcr_ipc INTERFACE mutex.c rpc.c sema.c + waitgroup.c ) target_link_libraries(libcr_ipc INTERFACE libcr @@ -23,6 +24,7 @@ set(ipc_tests rpc select sema + waitgroup ) foreach(test IN LISTS ipc_tests) add_lib_test(libcr_ipc "test_${test}") -- cgit v1.2.3-2-g168b