Added Clar build-flag note to readme.

This commit is contained in:
Ben Straub 2012-03-30 06:31:49 -07:00
parent 2df029ed9b
commit 23cb35fe8c

View File

@ -69,6 +69,7 @@ The following CMake variables are declared:
- `INSTALL_INC`: Where to install headers to. - `INSTALL_INC`: Where to install headers to.
- `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON) - `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON)
- `BUILD_TESTS`: Build the libgit2 test suite (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) - `THREADSAFE`: Build libgit2 with threading support (defaults to OFF)
Language Bindings Language Bindings