sandboxed-api/sandboxed_api/examples
Christian Blichmann 726cabe2f7 Fix up generated header include paths
The "hello_sapi" example lives in a different WORKSPACE as it is intended to
show how to embed SAPI in your own projects. However, this is not compatible
with simply running `bazel build //sandboxed_api/...` after checkout.

This change simply replace `copts = ["-I."]` with `includes = ["."]`, so that
generated headers can be found reliably, regardless of how the example is
compiled.

PiperOrigin-RevId: 313782756
Change-Id: Iac26e828146b01545c81d9500f5f68fa0f2d4ddf
2020-05-29 08:13:58 -07:00
..
hello_sapi Fix up generated header include paths 2020-05-29 08:13:58 -07:00
stringop Fix path to generated proto sources when embedding 2020-03-18 18:47:02 +01:00
sum Fix path to generated proto sources when embedding 2020-03-18 18:47:02 +01:00
zlib Add zlib as dependency for examples 2020-04-30 04:57:33 -07:00
CMakeLists.txt CMake: Fix inclusion and paths for external embedding 2020-05-13 02:09:33 -07:00