aboutsummaryrefslogtreecommitdiff
path: root/src/md4c-html.pc.in
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-01 14:21:33 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-01 14:21:33 +0200
commitd071b4177c1a3897f4682e245046a45f362b6ac5 (patch)
treee8af69a24b2b97758d4e7f12a65a93185b9b5890 /src/md4c-html.pc.in
Squashed 'deps/md4c/' content from commit 7f05330
git-subtree-dir: deps/md4c git-subtree-split: 7f0533068b4319d8cb3d0f33ca9aa66a857734a6
Diffstat (limited to 'src/md4c-html.pc.in')
-rw-r--r--src/md4c-html.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/md4c-html.pc.in b/src/md4c-html.pc.in
new file mode 100644
index 0000000..504bb52
--- /dev/null
+++ b/src/md4c-html.pc.in
@@ -0,0 +1,13 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+
+Name: @PROJECT_NAME@ HTML renderer
+Description: Markdown to HTML converter library.
+Version: @PROJECT_VERSION@
+URL: @PROJECT_URL@
+
+Requires: md4c = @PROJECT_VERSION@
+Libs: -L${libdir} -lmd4c-html
+Cflags: -I${includedir}