diff options
-rw-r--r-- | googletest/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/README.md b/googletest/README.md index 33604bd..991a317 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -85,8 +85,8 @@ main build can be done a few different ways: is just a little more complex, but doesn't have the limitations of the other methods. -The last of the above methods is implemented with a small piece of CMake code so -the code is pulled into the main build. +The last of the above methods is implemented with a small piece of CMake so the +code is pulled into the main build. Just add to your `CMakeLists.txt`: |