diff options
author | Roman Gershman <romange@gmail.com> | 2018-01-30T19·40+0200 |
---|---|---|
committer | Roman Gershman <romange@gmail.com> | 2018-01-30T19·40+0200 |
commit | 10c79457fca05df92319235eab6e75c56adc841b (patch) | |
tree | 76b6e17a781bfb4a6d7a91645d44f89b482f3e83 | |
parent | cc23e7554a1e312c33248df1599f6835c0170d4c (diff) |
Doc fixed
-rw-r--r-- | CMake/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CMake/README.md b/CMake/README.md index 15658c6899ff..404d248e3851 100644 --- a/CMake/README.md +++ b/CMake/README.md @@ -28,9 +28,11 @@ Note: Abseil requires CCTZ and the googletest framework. Consequently, the targets `gtest`, `gtest_main`, `gmock` and `cctz` need - to be declared in your project before including abseil with `add_subdirectory`. - However, if abseil is compiled with -DBUILD_TESTING=OFF, then `gtest`, `gmock` and `gtest_main` are not required. - In addition, it's possible to override the name of cctz target to custom one with option -DABSL_CCTZ_TARGET=my_cctz + to be declared in your project before including abseil with + `add_subdirectory`. However, if abseil is compiled with + `-DBUILD_TESTING=OFF`, then `gtest`, `gmock` and `gtest_main` are not + required. In addition, it's possible to override the name of the `cctz` + target to a custom one with option `-DABSL_CCTZ_TARGET=*my_cctz*`. 4- Add the absl:: target you wish to use to the `target_link_libraries()` section of your executable or of your library |