diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-09 12:24:52 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-09 12:24:52 -0700 |
commit | 87646c7959726bc0556d28f78fb730edd8365410 (patch) | |
tree | 087f074391f4beccc08626f966d945d0cad60aba /libcr_ipc/CMakeLists.txt | |
parent | 96a751d8a5d20b2acea5ae8d10ac3d051466c2c3 (diff) | |
parent | b1414723ab4171a7ca5fc5e8a5ac7c4eb43331e2 (diff) |
Merge commit 'b1414723ab4171a7ca5fc5e8a5ac7c4eb43331e2'
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r-- | libcr_ipc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |