https://github.com/twct/bazel-example
https://github.com/twct/bazel-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/twct/bazel-example
- Owner: twct
- Created: 2022-12-01T23:05:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T09:09:20.000Z (over 3 years ago)
- Last Synced: 2025-04-07T05:20:08.676Z (over 1 year ago)
- Language: Starlark
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```