Add path to public headers for GLFW. (#539)

In the process of adding a GN rule for the embedder example in
//flutter/examples/glfw, this include dir is necessary. Today, we provide an
example but don't actually make sure it compiles.
1 file changed
tree: 36530805dc0a4e8c2651a434d97e078b7e70a409
  1. build/
  2. build_overrides/
  3. gpu/
  4. tools/
  5. .clang-format
  6. .gitattributes
  7. .gitignore
  8. .gn
  9. .ycm_extra_conf.py
  10. AUTHORS
  11. BUILD.gn
  12. CODEOWNERS
  13. LICENSE
  14. README.md
README.md

buildroot

Build environment for the Flutter engine

This repository is used by the flutter/engine repository. For instructions on how to use it, see that repository's CONTRIBUTING.md file.

To update your checkout to use the latest buildroot, run gclient sync.

To submit patches to this buildroot repository, create a branch, push to that branch, then submit a PR on GitHub for that branch.

To point the engine to a new version of buildroot after your patch is merged, update the buildroot hash in the engine's DEPS file.