aboutsummaryrefslogtreecommitdiff
path: root/zlib.pc.cmakein (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Emit correct variables for absolute install directories.Marcin Serwin2026-03-261-3/+3
| | | | | The CMAKE_INSTALL_*DIR variables can be absolute. In that case they should not be appended to the prefix.
* CMake: Use prefix for includedir in .pc file.Marcin Serwin2026-03-261-1/+1
| | | | | The exec_prefix is meant for machine-specific files whereas headers are machine-independent.
* CMake: Define exec_prefix to be the same as prefix in .pc file.Marcin Serwin2026-03-261-1/+1
| | | | | This makes it easier to relocate the package since only one variable needs to be overridden.
* Specify the zlib license in pkg-config files.Nobuhiro Iwamatsu2026-02-111-0/+1
| | | | | The pkg-config file has License variable that that sets the software license. This sets 'Zlib' as defined in SPDX to License.
* CMake: Adapt pkgconfig-file to the GnuInstallDirs layout.Vollstrecker2025-01-311-4/+4
|
* Generate and install the pkg-config file with cmake.Christoph J. Thompson2012-03-111-0/+13