Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 351 Bytes

C++ Sandbox

All sketches are built using Bazel.

To list all availabe targets:

 $ bazel query //...

To run a particular target:

 $ bazel run <target_name>

Targets are generally named after their top level-directory. For example to run the std_filesystem target one would invoke bazel run std_filesystem.