diff options
Diffstat (limited to 'cmake/sexpp.pc.in')
-rw-r--r-- | cmake/sexpp.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
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} |