summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWook Song <wook16.song@samsung.com>2020-09-15 16:46:31 +0900
committerYongjoo Ahn <yongjoo1.ahn@samsung.com>2022-12-02 16:37:25 +0900
commit57880bd0f107b8f2adc0be3aecdda8c8f35c53bc (patch)
tree05157b8148dc07822b6b00ad2a564f7fafa84ffe
parentfccdc83cd3bbe9a46e3f6d879eaf42eeec757ee6 (diff)
downloadflatbuffers-57880bd0f107b8f2adc0be3aecdda8c8f35c53bc.tar.gz
flatbuffers-57880bd0f107b8f2adc0be3aecdda8c8f35c53bc.tar.bz2
flatbuffers-57880bd0f107b8f2adc0be3aecdda8c8f35c53bc.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.in5
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@