From 61f3ab8f23f4c924d455757bf3e65f8487521b5a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:57:42 +0200 Subject: Adding upstream version 1.3. Signed-off-by: Daniel Baumann --- 2geom.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2geom.pc.in (limited to '2geom.pc.in') diff --git a/2geom.pc.in b/2geom.pc.in new file mode 100644 index 0000000..4039851 --- /dev/null +++ b/2geom.pc.in @@ -0,0 +1,13 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: 2geom +Description: A 2D geometry framework +Version: @2GEOM_VERSION@ + +Requires: +Libs: -L${libdir} -l2geom +Cflags: -I${includedir}/2geom-@2GEOM_VERSION@ + -- cgit v1.2.3