about summary refs log tree commit diff homepage
path: root/tools/klee-zesti/CMakeLists.txt
blob: 20ad1ad00b10eeb3b90bc19e08c26887c2a568f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#===------------------------------------------------------------------------===#
#
#                     The KLEE Symbolic Virtual Machine
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
install(PROGRAMS klee-zesti DESTINATION bin)

# Copy into the build directory's binary directory
# so system tests can find it
configure_file(klee-zesti "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/klee-zesti" COPYONLY)