From 47590886659f09e9981e49cd1d036d787a0d0f0f Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 18 Sep 2019 02:03:39 +0000 Subject: [PATCH] Add description for WITH_GOOGLETEST This is the logical negation of WITHOUT_GOOGLETEST, and helpful to have as we now have different per-arch defaults for this option. --- tools/build/options/WITH_GOOGLETEST | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/build/options/WITH_GOOGLETEST diff --git a/tools/build/options/WITH_GOOGLETEST b/tools/build/options/WITH_GOOGLETEST new file mode 100644 index 000000000000..8ed29dd7a881 --- /dev/null +++ b/tools/build/options/WITH_GOOGLETEST @@ -0,0 +1,5 @@ +.\" $FreeBSD$ +Set to build and install +.Lb libgmock , +.Lb libgtest , +and dependent tests.