nats.zig/deps/nats.c/src/libnats.pc.in
torque 79a45fd2e3
git subrepo clone (merge) --branch=v3.6.1 https://github.com/nats-io/nats.c.git deps/nats.c
subrepo:
  subdir:   "deps/nats.c"
  merged:   "66cec7f"
upstream:
  origin:   "https://github.com/nats-io/nats.c.git"
  branch:   "v3.6.1"
  commit:   "66cec7f"
git-subrepo:
  version:  "0.4.6"
  commit:   "b8b46501e"
2023-08-15 00:21:33 -07:00

13 lines
459 B
PkgConfig

prefix="@CMAKE_INSTALL_PREFIX@"
exec_prefix="${prefix}"
libdir="${prefix}/@CMAKE_INSTALL_LIBDIR@"
includedir="${prefix}/include"
Name: NATS & NATS Streaming - C Client library
Description: A C client library for the NATS messaging system.
URL: https://github.com/nats-io/nats.c
Version: @NATS_VERSION_MAJOR@.@NATS_VERSION_MINOR@.@NATS_VERSION_PATCH@
Cflags: -I"${includedir}"
Libs: -L"${libdir}" -lnats
Libs.private: -L"${libdir}" -lnats @PKGCONF_LIBS_PRIV@