Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 16, 2018 05:49
Show Gist options
  • Save ryantm/564af87c4b11bab6768480fff2842c75 to your computer and use it in GitHub Desktop.
Save ryantm/564af87c4b11bab6768480fff2842c75 to your computer and use it in GitHub Desktop.
/nix/store/2y14hsb7z8qf1p7rwh92wgqcbjpji021-flatbuffers-1.10.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