4 lines
128 B
Text
4 lines
128 B
Text
# googletest requires C++14 or above
|
|
build --cxxopt='-std=c++17'
|
|
# Enable Bzlmod for every Bazel command
|
|
common --enable_bzlmod
|