diff options
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}") |