| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CMake: Emit correct variables for absolute install directories. | Marcin Serwin | 2026-03-26 | 1 | -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 Serwin | 2026-03-26 | 1 | -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 Serwin | 2026-03-26 | 1 | -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 Iwamatsu | 2026-02-11 | 1 | -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. | Vollstrecker | 2025-01-31 | 1 | -4/+4 |
| | | |||||
| * | Generate and install the pkg-config file with cmake. | Christoph J. Thompson | 2012-03-11 | 1 | -0/+13 |
