blob: 76e31ac01c7c5515fa533b22b5af9a0f8ce0ceb4 (
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 ktest-tool DESTINATION bin)
# Copy into the build directory's binary directory
# so integration tests can find it
configure_file(ktest-tool "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ktest-tool" COPYONLY)
|