From 37d2055137c310ceb217164a76814b188be3b1b2 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 30 Jan 2008 23:12:03 +0100 Subject: Introduce the CMake-based build system. Mostly works nicely as the autotools, and it mimics (almost) all the autotools behaviours. Copied some scripts from the KDE cmake scripts (BSD-licensed). TODO: gtk-doc. --- poppler-splash.pc.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 poppler-splash.pc.cmake (limited to 'poppler-splash.pc.cmake') diff --git a/poppler-splash.pc.cmake b/poppler-splash.pc.cmake new file mode 100644 index 00000000..375b73a9 --- /dev/null +++ b/poppler-splash.pc.cmake @@ -0,0 +1,9 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: poppler-splash +Description: Splash backend for Poppler PDF rendering library +Version: @POPPLER_VERSION@ +Requires: poppler = @POPPLER_VERSION@ -- cgit v1.2.3