Skip to content

Commit 8d259d2

Browse files
committed
Update cmake files to latest CMake.
Minimum CMake version is 3.15 (For MSVC_RUNTIME_LIBRARY property) Added CMake 3.19 CMakePresets.json for quick configuring. Consumers can create a "CMakeUserPresets.json" to configure zlib to their desires.
1 parent 53ce271 commit 8d259d2

7 files changed

+381
-210
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@
2424
/configure.log
2525

2626
.DS_Store
27+
28+
.history/
29+
build/
30+
CMakeUserPresets.json

0 commit comments

Comments
 (0)