diff options
Diffstat (limited to 'tools/klee-stats/CMakeLists.txt')
-rw-r--r-- | tools/klee-stats/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/klee-stats/CMakeLists.txt b/tools/klee-stats/CMakeLists.txt new file mode 100644 index 00000000..7203003d --- /dev/null +++ b/tools/klee-stats/CMakeLists.txt @@ -0,0 +1,9 @@ +#===------------------------------------------------------------------------===# +# +# 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-stats DESTINATION bin) |