summaryrefslogtreecommitdiff
path: root/examples/hashsmt/CMakeLists.txt
blob: 48eec6022b1aa18feaf0794efa1234bb6b01134b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#####################
## CMakeLists.txt
## Top contributors (to current version):
##   Mathias Preiner, Aina Niemetz
## This file is part of the CVC4 project.
## Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
## in the top-level source directory and their institutional affiliations.
## All rights reserved.  See the file COPYING in the top-level source
## directory for licensing information.
##
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