summaryrefslogtreecommitdiff
path: root/examples/hashsmt/CMakeLists.txt
blob: 39e503a815590a0b73f799089f9f8035e063fca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
if(Boost_FOUND)
   cvc4_add_example(sha1_inversion
     "sha1_inversion.cpp word.cpp" "hashsmt"
     # arguments to binary (for testing)
     "a" "sha1_inversion.outfile")
endif()

cvc4_add_example(sha1_collision
  "sha1_collision.cpp word.cpp" "hashsmt"
  # arguments to binary (for testing)
  "1" "1" "sha1_collision.outfile")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback