cpptrace
cpptrace copied to clipboard
Enable Bazel build system support
This pull request enables Bazel build support for cpptrace. Please note that currently, only Linux is supported. Additional platform support will be added if necessary.
To build with bazel, simply run
bazel build //...
To test with bazel, simply run
bazel test //...