Skip to content

Commit 40b2578

Browse files
authored
add missing p2p_sha (#44)
Signed-off-by: turuslan <[email protected]>
1 parent 2c23ef1 commit 40b2578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/multi/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ libp2p_add_library(p2p_cid
3939
)
4040

4141
target_link_libraries(p2p_cid
42-
p2p_uvarint
4342
p2p_multihash
43+
p2p_sha
44+
p2p_uvarint
4445
)

0 commit comments

Comments
 (0)