mirror of
https://github.com/google/benchmark.git
synced 2025-02-26 19:30:12 +08:00
Updated documentation. (#503)
For people who get this library via CMake's AddExternalProject like me. Would like a long term tutorial from someone who really understands CMake on how to actually link an externalproject's dependencies to another added external project.
This commit is contained in:
parent
e4ccad7c4a
commit
052421c823
@ -39,6 +39,9 @@ dependency can be provided three ways:
|
||||
* Otherwise, if nothing is done, CMake will use `find_package(GTest REQUIRED)`
|
||||
to resolve the required GTest dependency.
|
||||
|
||||
If you do not wish to build and run the tests, add `-DBENCHMARK_ENABLE_GTEST_TESTS=OFF`
|
||||
to `CMAKE_ARGS`.
|
||||
|
||||
|
||||
## Installation Guide
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user