about summary refs log tree commit diff homepage
path: root/README-CMake.md
diff options
context:
space:
mode:
authorlyxia <lysxia@gmail.com>2017-10-14 23:07:42 -0400
committerCristian Cadar <c.cadar@imperial.ac.uk>2018-03-26 19:21:27 +0100
commit110e97a4e07339cb9593a48b6a23df0f484a4750 (patch)
tree470c913e9dcd5abf0e2c73c80248b1b1e346d3fb /README-CMake.md
parent4010156bf946341f42aa82fc0a2669c936d5e106 (diff)
downloadklee-110e97a4e07339cb9593a48b6a23df0f484a4750.tar.gz
[CMake] Add option to set GTest include dir
Diffstat (limited to 'README-CMake.md')
-rw-r--r--README-CMake.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README-CMake.md b/README-CMake.md
index cacdc637..4deb8860 100644
--- a/README-CMake.md
+++ b/README-CMake.md
@@ -63,6 +63,9 @@ cmake -DCMAKE_BUILD_TYPE=Release /path/to/klee/src
 
 * `GTEST_SRC_DIR` (STRING) - Path to GTest source tree.
 
+* `GTEST_INCLUDE_DIR` (STRING) - Path to GTest include directory,
+   if it is not under `GTEST_SRC_DIR`.
+
 * `KLEE_ENABLE_TIMESTAMP` (BOOLEAN) - Enable timestamps in KLEE sources.
 
 * `KLEE_UCLIBC_PATH` (STRING) - Path to klee-uclibc root directory.