Lines Matching +full:build +full:- +full:appleclang
8 # https://www.apache.org/licenses/LICENSE-2.0
17 # https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md
18 # As of 2022-09-06, CMake 3.10 is the minimum supported version.
21 # Compiler id for Apple Clang is now AppleClang.
59 # Output directory is correct by default for most build setups. However, when
65 # when absl is included as subproject (i.e. using add_subdirectory(abseil-cpp))
122 "If ON, Abseil will build all of Abseil's own tests." OFF)
125 …"If ON, Abseil will build libraries that you can use to write tests against Abseil code. This opti…
159 … is ON and ABSL_FIND_GOOGLETEST is OFF, which means that the top-level project must build the Goog…
163 set(absl_gtest_build_dir ${CMAKE_BINARY_DIR}/googletest-build)
173 set(absl_gtest_src_dir ${CMAKE_BINARY_DIR}/googletest-src)
238 file(WRITE "${CMAKE_BINARY_DIR}/options-pinned.h" "${ABSL_INTERNAL_OPTIONS_H_PINNED}")
240 install(FILES "${CMAKE_BINARY_DIR}/options-pinned.h"