summaryrefslogtreecommitdiff
path: root/poppler-cairo.pc.cmake
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09Fix incorrect paths in .pc files.Adam Sampson1-2/+2
The change in 67c3878ef10449b241c37d1022e2518029860335 used the CMAKE_INSTALL_x variables instead of CMAKE_INSTALL_FULL_x; the former contain things like "include" instead of full paths, so the resulting .pc files break packages that depend on poppler. Use the latter. Also fix a missing @ in the qt5 file. Bug #103578
2017-10-31cmake: support GNUInstallDirsEmilio Pozuelo Monfort1-3/+2
This allows users to set various install directories, e.g. libdir, includedir, mandir... Bug #103211
2009-10-17CMake: add the possibility to pass LIB_SUFFIX.Michael Jansen1-1/+1
This allows to tune the installation libdir by adding a suffix for it (making it eg lib, lib32, or lib64)
2008-01-30Introduce the CMake-based build system.Pino Toscano1-0/+9
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.