An open API service indexing awesome lists of open source software.

https://github.com/twct/bazel-example


https://github.com/twct/bazel-example

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# bazel-example

A minimal example for building a simple C++ project with Bazel, that links with fmtlib.

## Build instructions

```sh
$ bazel build //main:bazel-example
```