diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-06-11 19:20:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 19:20:10 (GMT) |
commit | 1bccd6f353bdb0b6dbf2786869d4ed2d651ddc34 (patch) | |
tree | 896c47132bec58f4d8fc5c4e184462ff537e12f4 /googletest | |
parent | 9077ec7efe5b652468ab051e93c67589d5cb8f85 (diff) | |
parent | 336a75dce0af33fb55cbc9f33dba2ac482aea3a5 (diff) | |
download | googletest-1bccd6f353bdb0b6dbf2786869d4ed2d651ddc34.zip googletest-1bccd6f353bdb0b6dbf2786869d4ed2d651ddc34.tar.gz googletest-1bccd6f353bdb0b6dbf2786869d4ed2d651ddc34.tar.bz2 |
Merge pull request #1625 from gennadiycivil/master
doc sync
Diffstat (limited to 'googletest')
-rw-r--r-- | googletest/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md index 225aba2..b6c29a6 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -54,7 +54,7 @@ it. ### Using CMake ### Google Test comes with a CMake build script ( -[CMakeLists.txt](CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for +[CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for cross-platform.). If you don't have CMake installed already, you can download it for free from <http://www.cmake.org/>. |