Skip to content

Commit

Permalink
Include rpc-client source files
Browse files Browse the repository at this point in the history
rpc-client is a dependency of mpclient-demo
  • Loading branch information
farshid-cloudly committed Feb 16, 2024
1 parent 5c500f3 commit 65630fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mplane_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ target_link_libraries (${MPC_TESTER} ${MPC_LIBS})

file (GLOB MPCLIENT_DEMO_SOURCES example/*.cpp)
add_executable (${Target_mpclient_demo} ${MPCLIENT_DEMO_SOURCES} ${MPC_IF_SRC})
target_link_libraries (${Target_mpclient_demo} ${Target_mpclient_client} ${MPC_LIBS})

file (GLOB RPC_CLIENT_SOURCES test/rpc-client/*.cpp)
target_sources (${Target_mpclient_demo} PRIVATE ${RPC_CLIENT_SOURCES})

target_link_libraries (${Target_mpclient_demo} ${MPC_LIBS})


# Copy test cases files when they are modified
file (GLOB MPC_TESTS_CASES test/tests/cases/*)
Expand Down

0 comments on commit 65630fc

Please sign in to comment.