sandboxed-api/contrib/README.md
Christian Blichmann ee5ebaa48f CMake: Make it easier for projects to consume sandboxed libraries
This change starts with Jsonnet as the canonical, ready-made sandboxed library
example. Follow-up changes should similarly migrate the OSS Internship
sandboxes.

- Add an `add_sapi_subdirectory()` which sets up source and binary directories
  correctly when consuming SAPI as sub-project
- Restructure the Jsonnet `CMakeLists.txt` and simplify header inclusions
- Update the Jsonnet README file

PiperOrigin-RevId: 425818479
Change-Id: Iba9e83201863b4ad8a91914397b310d9d4230423
2022-02-02 01:09:56 -08:00

17 lines
949 B
Markdown

# Sandboxed API Integrations/Contributions
This directory contains reusable Sandboxed API integrations with external
libraries.
## Projects Sandboxed
Directory | Project | Home Page | Integration
---------- | -------------------------------------- | -------------------------------------------------------------- | -----------
`jsonnet/` | Jsonnet - The Data Templating Language | [github.com/google/jsonnet](https://github.com/google/jsonnet) | CMake
## Projects Shipping with Sandboxed API Sandboxes
Project | Home Page | Integration
--------------------------------------- | ---------------------------------------------------------------- | -----------
YARA - The pattern matching swiss knife | [github.com/VirusTotal/yara](https://github.com/VirusTotal/yara) | Bazel