Skip to content

Commit

Permalink
Add field for specifying klee build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Collingbourne committed Aug 5, 2010
1 parent 3229a3b commit 76f4249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.config.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ LLVMGCC_PATH=
# Path to KLEE source directory
KLEE_PATH=

# Path to build-style directories (e.g. Release or Debug) under KLEE build directory
KLEE_BUILD_PATH=

# N.B. if you are using "make opencv", OPENCV_PATH and OPENCV_BUILD_PATH
# indicate paths where OpenCV will be extracted and built, not paths
# for an existing OpenCV
Expand Down

0 comments on commit 76f4249

Please sign in to comment.