aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* CMake: Set version in project call.Vollstrecker2025-01-311-29/+28
| | | | Use variables set by it.
* CMake: Move versionscript block to zlib definition.Vollstrecker2025-01-311-10/+5
|
* CMake: Bump minimum version.Vollstrecker2025-01-311-1/+1
|
* CMake: Add pdb install.Vollstrecker2025-01-311-1/+10
| | | | Adjust minimum required version for regex.
* CMake: Install libs with static and debug suffix.Vollstrecker2025-01-311-13/+24
| | | | Add option to also install zlib1.ddl for compatibility.
* CMake: Switch to GNUInstallDirs.Vollstrecker2025-01-311-15/+10
|
* CMake: Add options for shared and static build.Vollstrecker2025-01-311-20/+43
|
* Fix cmake build directory interference issue.Mark Adler2024-01-281-2/+6
|
* Add option to CMakeLists.txt to disable renaming of zconf.h.Tomas Berger2024-01-231-1/+2
|
* Change version number on develop branch to 1.3.1.1.Mark Adler2024-01-221-1/+1
|
* zlib 1.3.1v1.3.1masterMark Adler2024-01-221-1/+1
|
* Add target include directories to CMakeLists.txt.tr1cks2024-01-221-0/+2
| | | | This enables the addition of zlib to other projects.
* Revert "Add a CMake option to link the C runtime statically."Mark Adler2024-01-191-21/+4
| | | | This reverts commit 44dc43ab047d65febed972a17b0e3bf7e994e8f2.
* Fix cmake build on AIX.gastush2024-01-171-1/+1
| | | | The --version-script linker option is not supported by the linker on AIX systems
* Add cmake option to control the build of the example executables.Peter Taylor2024-01-171-17/+19
|
* Add a CMake option to link the C runtime statically.tbeu2024-01-171-4/+22
|
* Change version number on develop branch to 1.3.0.1.Mark Adler2023-08-181-1/+1
|
* zlib 1.3v1.3Mark Adler2023-08-181-1/+1
|
* Avoid cmake deprecation warning.Bruno S Marques2023-08-171-1/+1
|
* Change version number on develop branch to 1.2.13.1.Mark Adler2022-10-151-1/+1
|
* zlib 1.2.13v1.2.13Mark Adler2022-10-121-1/+1
|
* Remove deleted assembler code references.Mark Adler2022-10-061-38/+2
| | | | | | The code was removed, but the builds that used the code were not updated. This fixes that. Thanks to Adenilson and toxieainc for the patches.
* Change version number on develop branch to 1.2.12.1.Mark Adler2022-03-271-1/+1
|
* zlib 1.2.12v1.2.12Mark Adler2022-03-271-1/+1
|
* Change version number to 1.2.11.1.Mark Adler2017-01-151-1/+1
|
* zlib 1.2.11v1.2.11Mark Adler2017-01-151-1/+1
|
* Change version number to 1.2.10.1.Mark Adler2017-01-151-1/+1
|
* zlib 1.2.10v1.2.10Mark Adler2017-01-021-1/+1
|
* Change version number to zlib 1.2.9.1.Mark Adler2017-01-011-1/+1
|
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-1/+1
|
* Change version number to 1.2.8.1.Mark Adler2013-05-021-1/+1
|
* Change version number to 1.2.8.Mark Adler2013-04-281-1/+1
|
* Suport i686 and amd64 assembler builds in CMakeLists.txt.Like Ma2013-02-241-2/+38
| | | | | * Use -DASM686=1 to build with i686 asm. * Use -DAMD64=1 to build with amd64 asm.
* Don't specify --version-script on Apple platforms in CMakeLists.txt.Will Glynn2013-02-231-1/+3
| | | | | Mac OS X's linker (derived from LLVM, not GNU binutils) does not support --version-script. Don't specify it on this platform.
* Quote --version-script argument in CMakeLists.txt.Will Glynn2013-02-231-1/+1
| | | | | Previously, spaces in ${CMAKE_CURRENT_SOURCE_PATH} would expand into multiple linker arguments.
* Fix CMake compilation of static lib for MSVC2010 x64.Thomas Roß2012-07-061-4/+4
|
* Fix the path to zlib.map in CMakeLists.txt.Daniel Snider2012-04-291-1/+1
|
* Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler].Mark Adler2012-04-291-1/+1
|
* Look in build directory for zlib.pc in CMakeLists.txt.Peter Kuemmel2012-03-181-2/+3
|
* Add source directory in CMakeLists.txt for building examples.Peter Kuemmel2012-03-171-1/+1
|
* Rename zconf.h in CMakeLists.txt to move it out of the way.Peter Kuemmel2012-03-171-5/+5
|
* If using cmake with MSVC, add the source directory to the includes.Christoph J. Thompson2012-03-121-0/+1
| | | | modified: CMakeLists.txt
* Include version symbols for cmake builds.Christoph J. Thompson2012-03-111-0/+3
| | | | Add a version variable so it gets added to the pkg-config file.
* Build both a static and a shared version of zlib with cmake.Christoph J. Thompson2012-03-111-8/+4
|
* Generate and install the pkg-config file with cmake.Christoph J. Thompson2012-03-111-2/+8
|
* Allow overriding the default install locations for cmake.Christoph J. Thompson2012-03-111-5/+10
|
* Fix CMakeLists.txt for cross compilation [McClure].Mark Adler2012-01-161-1/+10
|
* Remove hard-coding of resource compiler in CMakeLists.txt [Blammo]Mark Adler2011-12-171-1/+1
|
* Move example.c and minigzip.c to test/.Mark Adler2011-11-271-4/+4
|
* zlib 1.2.4.1v1.2.4.1Mark Adler2011-09-091-9/+2
|