quickstart-cmake.md: add relative link to source-build-cmake.md

This commit is contained in:
Derek Huang 2024-12-16 02:52:53 -05:00
parent 96fd6f3342
commit bedd931440

View file

@ -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)