Commit 10c79457 by Roman Gershman

Doc fixed

parent cc23e755
...@@ -28,9 +28,11 @@ ...@@ -28,9 +28,11 @@
Note: Abseil requires CCTZ and the googletest framework. Consequently, Note: Abseil requires CCTZ and the googletest framework. Consequently,
the targets `gtest`, `gtest_main`, `gmock` and `cctz` need the targets `gtest`, `gtest_main`, `gmock` and `cctz` need
to be declared in your project before including abseil with `add_subdirectory`. to be declared in your project before including abseil with
However, if abseil is compiled with -DBUILD_TESTING=OFF, then `gtest`, `gmock` and `gtest_main` are not required. `add_subdirectory`. However, if abseil is compiled with
In addition, it's possible to override the name of cctz target to custom one with option -DABSL_CCTZ_TARGET=my_cctz `-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()` 4- Add the absl:: target you wish to use to the `target_link_libraries()`
section of your executable or of your library section of your executable or of your library
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment