From cd7b241c83c4fbf155ca5c5e3cfd29deba2d30a0 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm <philipp@uvos.xyz> Date: Tue, 30 May 2023 14:44:57 +0200 Subject: [PATCH] add missing pkg-config files --- pkgconfig/libeisdrt.pc.in | 7 +++++++ pkgconfig/libeisdrt_torch.pc.in | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 pkgconfig/libeisdrt.pc.in create mode 100644 pkgconfig/libeisdrt_torch.pc.in diff --git a/pkgconfig/libeisdrt.pc.in b/pkgconfig/libeisdrt.pc.in new file mode 100644 index 0000000..bbb2a0e --- /dev/null +++ b/pkgconfig/libeisdrt.pc.in @@ -0,0 +1,7 @@ +includedir=@CMAKE_INSTALL_PREFIX@/include + +Name: libeisdrt +Description: EIS Drt calculateing library +Version: 1.0 +Libs: -L${libdir} -leisdrt +Cflags: -I${includedir} diff --git a/pkgconfig/libeisdrt_torch.pc.in b/pkgconfig/libeisdrt_torch.pc.in new file mode 100644 index 0000000..bfc6e64 --- /dev/null +++ b/pkgconfig/libeisdrt_torch.pc.in @@ -0,0 +1,7 @@ +includedir=@CMAKE_INSTALL_PREFIX@/include + +Name: libeisdrt_torch +Description: EIS Drt calculateing library, libtorch support +Version: 1.0 +Libs: -L${libdir} -leisdrt_torch +Cflags: -I${includedir} -- GitLab