Age | Commit message (Collapse) | Author |
|
rpm-specs on redhat-based distros, making it easier to build corect packages.
|
|
|
|
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
|
|
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.
|
|
|