This folder is part of the C++ Bazel Tutorial, found at https://bazel.build/start/cpp
This package will showcase how to build C++ code in stages.
The first stage is really simple and shows you how to compile a binary with a single source file.
The second stage will showcase how to build an application with multiple source and header files, separated in a library and a binary.
The third stage showcases how to link multiple build directories by building multiple libraries in different packages and then connecting it up with the main application.