diff options
author | Wook Song <wook16.song@samsung.com> | 2020-09-15 16:46:31 +0900 |
---|---|---|
committer | Gichan Jang <gichan2.jang@samsung.com> | 2021-05-13 11:43:36 +0900 |
commit | c6e5c140fc5f7fa547efac081b45b0fe1b9139b5 (patch) | |
tree | ce8f6c5b005b4c911ed1a8c1927180f8347ddae3 | |
parent | a8f4bc640d23689a6311bdc59b05e4847f4afef7 (diff) | |
download | flatbuffers-c6e5c140fc5f7fa547efac081b45b0fe1b9139b5.tar.gz flatbuffers-c6e5c140fc5f7fa547efac081b45b0fe1b9139b5.tar.bz2 flatbuffers-c6e5c140fc5f7fa547efac081b45b0fe1b9139b5.zip |
[PkgConfig] Add a template for .pc file generation
This patch adds a template file to use .pc file generation.
Change-Id: Ia4841a6c4bcf3560e1156a606a85f0d2103ffebd
Signed-off-by: Wook Song <wook16.song@samsung.com>
-rw-r--r-- | packaging/flatbuffers.pc.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/flatbuffers.pc.in b/packaging/flatbuffers.pc.in new file mode 100644 index 00000000..50db13fd --- /dev/null +++ b/packaging/flatbuffers.pc.in @@ -0,0 +1,5 @@ +Name: flatbuffers +Description: memory efficient serialization library +Version: @version@ +Libs: -L@libdir@ -lflatbuffers +Cflags: -I@includedir@ |