From bedd93144048c040fdc976a4e59ed7334653b9d4 Mon Sep 17 00:00:00 2001 From: Derek Huang Date: Mon, 16 Dec 2024 02:52:53 -0500 Subject: [PATCH] quickstart-cmake.md: add relative link to source-build-cmake.md --- docs/quickstart-cmake.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/quickstart-cmake.md b/docs/quickstart-cmake.md index d1e2468b..1380168a 100644 --- a/docs/quickstart-cmake.md +++ b/docs/quickstart-cmake.md @@ -57,7 +57,8 @@ advantages and disadvantages. ### Using `find_package` One very common scenario is when you would like to consume a -standalone GoogleTest installation, e.g. one built and installed from source +standalone GoogleTest installation, e.g. one +[built and installed from source](source-build-cmake.md) locally, or one provided by a system package manager (e.g. APT, etc. on Debian-like systems). In this case, [`find_package`](https://cmake.org/cmake/help/latest/command/find_package.html)