mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:59:05 +08:00
a3562fbd5c
* [FlatBuffers] Patch to ignore the use of a CMake toolchain file which allows the default compilation options to be used. Use CMake suffixes to allow flatc and shared libraries to be copied on non-Windows systems. * [flatbuffers] Avoid use of CMAKE_EXECUTABLE_SUFFIX
5 lines
382 B
Plaintext
5 lines
382 B
Plaintext
Source: flatbuffers
|
|
Version: 1.9.0-2
|
|
Description: Memory Efficient Serialization Library http://google.github.io/flatbuffers/
|
|
FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.
|