mirror of
https://github.com/google/googletest.git
synced 2025-04-05 05:25:03 +00:00
quickstart-cmake.md: add relative link to source-build-cmake.md
This commit is contained in:
parent
96fd6f3342
commit
bedd931440
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue