MPC-SoK / frameworks

Sample code and build environments for MPC frameworks
Other
489 stars 111 forks source link

make emp compile again #51

Closed chart21 closed 3 years ago

chart21 commented 3 years ago

Addresses #49

Such as:


add_executable(test_${_name} "${_name}.cpp")
target_link_libraries(test_${_name} ${EMP-OT_LIBRARIES})
add_test(NAME ${_name} COMMAND "./run" "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/test_${_name}" WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}/")
chart21 commented 3 years ago

Update: Adresses #49 Also made the changes to successfully run sh2pc examples and generate circuit files. sh2pc can now be used exactly as before the issue.

marsella commented 3 years ago

Thank you for this PR!