Skip to content

Commit b61331f

Browse files
authored
Api (#134)
Signed-off-by: turuslan <[email protected]>
1 parent 9fd5aec commit b61331f

File tree

18 files changed

+985
-19
lines changed

18 files changed

+985
-19
lines changed

core/api/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ target_link_libraries(api
1414

1515
add_library(rpc
1616
rpc/json_errors.cpp
17+
rpc/make.cpp
18+
rpc/ws.cpp
1719
)
1820
target_link_libraries(rpc
1921
api
22+
23+
# TODO: remove
24+
filecoin_hasher
2025
)

0 commit comments

Comments
 (0)