From df378ddc984750f135569c9ce292699d2e2120d6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 May 2019 14:51:06 +0900 Subject: Removed unused files and changed file names to conform to .cmake convention for configuration files. Signed-off-by: Michele Calgaro --- libart-2.0.pc.cmake | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libart-2.0.pc.cmake (limited to 'libart-2.0.pc.cmake') diff --git a/libart-2.0.pc.cmake b/libart-2.0.pc.cmake new file mode 100644 index 0000000..063e1f5 --- /dev/null +++ b/libart-2.0.pc.cmake @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libart +Description: LGPL version of the libart library +Version: @LIBART_VERSION@ +Libs: -L${libdir} -lart_lgpl_2 +Cflags: -I${includedir}/libart-2.0 -- cgit v1.2.3