From 425decdf7e9284d15aa726e3ae96b9942fb0e3ea Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Sun, 16 Feb 2020 03:40:06 +0000 Subject: create tremded branch --- external/zlib/CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 external/zlib/CMakeLists.txt (limited to 'external/zlib/CMakeLists.txt') diff --git a/external/zlib/CMakeLists.txt b/external/zlib/CMakeLists.txt new file mode 100644 index 0000000..c441981 --- /dev/null +++ b/external/zlib/CMakeLists.txt @@ -0,0 +1,17 @@ +add_library ( + zlib STATIC + adler32.c + crc32.c + crc32.h + inffast.c + inffast.h + inffixed.h + inflate.c + inflate.h + inftrees.c + inftrees.h + zconf.h + zlib.h + zutil.c + zutil.h + ) -- cgit