Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 300 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 300 Bytes

bazel-cpp-starter

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