Add initial bazel build support for snappy.

PiperOrigin-RevId: 524135175
This commit is contained in:
Richard O'Grady
2023-04-13 16:35:36 -07:00
parent f725f6766b
commit 66a30b803f
4 changed files with 229 additions and 0 deletions

2
opensource/.bazelrc Normal file
View File

@@ -0,0 +1,2 @@
# googletest requires C++14 or above
build --cxxopt='-std=c++17'