sandboxed-api/sandboxed_api/examples/hello_sapi/.bazelrc
Christian Blichmann 2c8c9a489a
Add external embedding example
This change contains a "hello world"-style example library to be
sandboxed. It consists of a stand-alone CMake and Bazel project that
uses Sandboxed API as its dependency.

To use Sandboxed API in an external project, it should be enough to
copy the files in the `sandboxed_api/examples/hello_sapi` directory
as a starting point.
2020-05-14 11:40:02 +02:00

3 lines
75 B
Plaintext

# Build in C++17 mode without a custom CROSSTOOL
build --cxxopt=-std=c++17