From c853ffb5b2f75f5a889ed2e3ef89b818a736e87a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:50:49 +0200 Subject: Adding upstream version 1.3+ds. Signed-off-by: Daniel Baumann --- src/3rdparty/2geom/toy.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/3rdparty/2geom/toy.pc.in (limited to 'src/3rdparty/2geom/toy.pc.in') diff --git a/src/3rdparty/2geom/toy.pc.in b/src/3rdparty/2geom/toy.pc.in new file mode 100644 index 0000000..e2e64f7 --- /dev/null +++ b/src/3rdparty/2geom/toy.pc.in @@ -0,0 +1,13 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: toy +Description: A library for creating toy apps for 2geom +Version: @2GEOM_VERSION@ + +Requires: 2geom +Libs: -L${libdir} -l2geom +Cflags: -I${includedir}/2geom + -- cgit v1.2.3