Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 11, 2018 07:06
Show Gist options
  • Save ryantm/3c550c544929fa920cf3707a775798ad to your computer and use it in GitHub Desktop.
Save ryantm/3c550c544929fa920cf3707a775798ad to your computer and use it in GitHub Desktop.
/nix/store/vqpjb5rqq50wg9ib8pdqd1gaqg2bcxhq-flatbuffers-1.9.0
├── bin
│   └── flatc
├── include
│   └── flatbuffers
│   ├── base.h
│   ├── code_generators.h
│   ├── flatbuffers.h
│   ├── flatc.h
│   ├── flexbuffers.h
│   ├── grpc.h
│   ├── hash.h
│   ├── idl.h
│   ├── minireflect.h
│   ├── reflection_generated.h
│   ├── reflection.h
│   ├── registry.h
│   ├── stl_emulation.h
│   └── util.h
└── lib
├── cmake
│   └── flatbuffers
│   ├── FlatbuffersConfig.cmake
│   ├── FlatbuffersConfigVersion.cmake
│   ├── FlatbuffersTargets.cmake
│   ├── FlatbuffersTargets-release.cmake
│   ├── FlatcTargets.cmake
│   └── FlatcTargets-release.cmake
└── libflatbuffers.a
6 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment