freebsd-dev/contrib/libcbor/examples/bazel/README.md
Ed Maste 5d3e7166f6 libcbor: update to 0.10.2
Sponsored by:	The FreeBSD Foundation
2023-04-21 16:10:03 -04:00

331 B

Bazel Example

This directory shows an example of using LibCbor in a project that builds with Bazel.

Compile

To build the project:

bazel build src:all

Test

To test the code:

bazel test src:all

Run

To run the demo:

bazel run src:hello

or

bazel-bin/src/hello