summaryrefslogtreecommitdiff
path: root/zlib.pc.cmakein
AgeCommit message (Collapse)Author
2021-01-16Sync cmake variable names with names already used by %cmake macros inHans Kristian Rosbach
rpm-specs on redhat-based distros, making it easier to build corect packages.
2020-06-19cmake: generate same .pc file contents as configureDan Kegel
2019-01-31ENH: Use modern cmake variable conventionsHans Johnson
Use recommended naming conventions for variables See https://cmake.org/cmake/help/v3.0/command/project.html?highlight=project for the common conventions. The project() command stores the version number and its components in variables PROJECT_VERSION, <PROJECT-NAME>_VERSION PROJECT_VERSION_MAJOR, <PROJECT-NAME>_VERSION_MAJOR PROJECT_VERSION_MINOR, <PROJECT-NAME>_VERSION_MINOR PROJECT_VERSION_PATCH, <PROJECT-NAME>_VERSION_PATCH PROJECT_VERSION_TWEAK, <PROJECT-NAME>_VERSION_TWEAK
2018-01-31Rename library based on zlib-compat settingHans Kristian Rosbach
If zlib-compat is enabled, keep libz name. If zlib-compat is disabled, use libz-ng name. Add new .map file for -ng mode, with prefixed function names. This commit only containes preparatory changes to the central parts of the build system.
2012-03-11Generate and install the pkg-config file with cmake.Christoph J. Thompson