From daf0485ec77463dbaeba3b1b0ffeefc8a89f5399 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:26:42 +0200 Subject: Adding upstream version 0.8.7. Signed-off-by: Daniel Baumann --- cmake/sexpp.pc.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cmake/sexpp.pc.in (limited to 'cmake/sexpp.pc.in') diff --git a/cmake/sexpp.pc.in b/cmake/sexpp.pc.in new file mode 100644 index 0000000..1ab63e1 --- /dev/null +++ b/cmake/sexpp.pc.in @@ -0,0 +1,9 @@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ + +Name: sexp +Description: C++ library for working with S-Expressions +Version: @PROJECT_VERSION@ +URL: https://github.com/rnpgp/sexp +Libs: -L${libdir} -lsexpp +Cflags: -I${includedir} -- cgit v1.2.3