Created
October 16, 2018 05:49
-
-
Save ryantm/564af87c4b11bab6768480fff2842c75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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