File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- add_custom_target (cpp_circuit_examples )
1+ add_custom_target (circuit_cpp_examples )
22add_custom_target (assign_cpp_examples)
33add_custom_target (prove_cpp_examples)
44
@@ -42,14 +42,14 @@ function(add_example example_target)
4242 crypto3::zk
4343
4444 ${Boost_LIBRARIES} )
45- add_dependencies (cpp_circuit_examples "${example_target} " )
45+ add_dependencies (circuit_cpp_examples "${example_target} " )
4646
4747 if (CIRCUIT_ASSEMBLY_OUTPUT)
4848 set (binary_name ${example_target} .ll)
4949 else ()
5050 set (binary_name ${example_target} .bc)
5151 endif ()
52-
52+
5353 add_custom_target (${example_target} _assign
5454 COMMAND $<TARGET_FILE:assigner> -b ${binary_name} -i ${INPUTS_DIR} /${ARG_INPUT} -c circuit_${example_target} .crct -t assignment_${example_target} .tbl -e pallas --check
5555 DEPENDS ${example_target} ${ARG_INPUT} $<TARGET_FILE:assigner>
You can’t perform that action at this time.
0 commit comments