...

Text file src/github.com/google/flatbuffers/CMake/flatbuffers.pc.in

Documentation: github.com/google/flatbuffers/CMake

     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}

View as plain text