From e53841da6c0e3fc1c805d869830c8a5fdebf5cee Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Thu, 7 Apr 2022 15:55:30 +0200 Subject: README: Document 'BUILD_INTERNAL_TESTS' (#417) Co-authored-by: Linus Jahn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78576604..2329ff6f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ You can pass the following arguments to CMake: BUILD_DOCUMENTATION to build the documentation (default: false) BUILD_EXAMPLES to build the examples (default: true) BUILD_TESTS to build the unit tests (default: true) + BUILD_INTERNAL_TESTS to build the unit tests testing private parts of the API (default: false) WITH_GSTREAMER to enable audio/video over jingle (default: false) Installing QXmpp -- cgit v1.2.3