CMake support
- initial cmake support - downgrade cmake requirement to 2.8.12 - factorize cmake test flags / libs options - refactor test / library under helpers functions, follow bazel's style - Add fix for MSVC and Windows support ( thx @patrikfors ) - Switch to default "add_subdirectory()" usage mode - add CMake/README.md for instructions - add header-only cmake target generator - map absl target to absl:: namespace
Showing
CMake/AbseilHelpers.cmake
0 → 100644
CMake/README.md
0 → 100644
CMakeLists.txt
0 → 100644
absl/CMakeLists.txt
0 → 100644
absl/algorithm/CMakeLists.txt
0 → 100644
absl/base/CMakeLists.txt
0 → 100644
absl/container/CMakeLists.txt
0 → 100644
absl/debugging/CMakeLists.txt
0 → 100644
absl/memory/CMakeLists.txt
0 → 100644
absl/meta/CMakeLists.txt
0 → 100644
absl/numeric/CMakeLists.txt
0 → 100644
absl/strings/CMakeLists.txt
0 → 100644
absl/synchronization/CMakeLists.txt
0 → 100644
absl/time/CMakeLists.txt
0 → 100644
absl/types/CMakeLists.txt
0 → 100644
absl/utility/CMakeLists.txt
0 → 100644
Please
register
or
sign in
to comment