blob: 7203003d419372b4254e87ebe499c51ecde2eccb (
plain) (
blame)
1
2
3
4
5
6
7
8
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)
|