mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
2c8c9a489a
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.
3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
# Build in C++17 mode without a custom CROSSTOOL
|
|
build --cxxopt=-std=c++17
|