Lines Matching +full:- +full:dbuild_testing
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
24 `-DBUILD_TESTING=OFF` when configuring your project with CMake.
27 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your
47 add_subdirectory(abseil-cpp)
55 Use the `-DABSL_RUN_TESTS=ON` flag to run Abseil tests. Note that if the `-DBUILD_TESTING=OFF` fla…
60 * Use `-DABSL_USE_GOOGLETEST_HEAD`. This will automatically download the latest
64 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
70 cd path/to/abseil-cpp
73 cmake -DABSL_USE_GOOGLETEST_HEAD=ON -DABSL_RUN_TESTS=ON ..
74 make -j
80 https://github.com/abseil/abseil-cpp/projects/1 and
81 https://github.com/abseil/abseil-cpp/issues/109 for more information.
85 Here's a non-exhaustive list of Abseil CMake public targets: