diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-07 14:28:17 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-07 20:28:56 -0600 |
commit | a1a20d71f6d9f6b26893b0f2d641da47cd59e74e (patch) | |
tree | d6a692b3858f2c222dd8eeed371bf7ed4ec27db7 /libcr_ipc/CMakeLists.txt | |
parent | 4d5a8b2f99be5e04954c5067080d1725af8c0ae7 (diff) |
libcr_ipc: Add waitgrouplukeshu/waitgroup
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r-- | libcr_ipc/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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}") |