• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1libdir=@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}
10