Closed chart21 closed 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}/")
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.
Thank you for this PR!
Addresses #49
Such as: