about summary refs log tree commit diff homepage
path: root/tools/klee-psychic/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/klee-psychic/CMakeLists.txt')
-rw-r--r--tools/klee-psychic/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/klee-psychic/CMakeLists.txt b/tools/klee-psychic/CMakeLists.txt
new file mode 100644
index 00000000..78d62c04
--- /dev/null
+++ b/tools/klee-psychic/CMakeLists.txt
@@ -0,0 +1,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-psychic DESTINATION bin)
+
+# Copy into the build directory's binary directory
+# so system tests can find it
+configure_file(klee-psychic "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/klee-psychic" COPYONLY)