summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Straub <ben@straubnet.net>2012-03-30 06:31:49 -0700
committerBen Straub <ben@straubnet.net>2012-03-30 12:05:38 -0700
commit23cb35fe8cfdf218ad740810a66469c369e8aa15 (patch)
treef18e3f92c645dd81377c3aef02dc89472295323c /README.md
parent2df029ed9b63187c35338be854cff0559a967fd5 (diff)
downloadlibgit2-23cb35fe8cfdf218ad740810a66469c369e8aa15.tar.gz
Added Clar build-flag note to readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2c777cdc..46f2ed91e 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ The following CMake variables are declared:
- `INSTALL_INC`: Where to install headers to.
- `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON)
- `BUILD_TESTS`: Build the libgit2 test suite (defaults to ON)
+- `BUILD_CLAR`: Build [Clar](https://github.com/tanoku/clar)-based test suite (defaults to OFF)
- `THREADSAFE`: Build libgit2 with threading support (defaults to OFF)
Language Bindings