You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starter project for using C++ in Bazel with good defaults. Uses a recent C++
compiler/STL from here
and defaults to statically linked binaries for easy deployment and use.
Getting started
bazel run //src:hello
About
Starter project for using C++ in Bazel with good defaults.