blob: 110770aba70dcaf7151d587af1deb213b63cce1b [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001libdir=@CMAKE_INSTALL_FULL_LIBDIR@
2includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
3
4Name: FlatBuffers
5Description: Memory Efficient Serialization Library
6Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
7
8Libs: -L${libdir} -lflatbuffers
9Cflags: -I${includedir}