James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame^] | 1 | libdir=@CMAKE_INSTALL_FULL_LIBDIR@ |
2 | includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ | ||||
3 | |||||
4 | Name: FlatBuffers | ||||
5 | Description: Memory Efficient Serialization Library | ||||
6 | Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ | ||||
7 | |||||
8 | Libs: -L${libdir} -lflatbuffers | ||||
9 | Cflags: -I${includedir} |