git subrepo clone (merge) https://github.com/rtissera/libchdr deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zlib-1.2.11 / CMakeLists.txt
CommitLineData
b24e7fce 1add_library(zlib STATIC
2 zconf.h
3 zlib.h
4 adler32.c
5 compress.c
6 crc32.c
7 crc32.h
8 deflate.c
9 deflate.h
10 gzguts.h
11 infback.c
12 inffast.c
13 inffast.h
14 inffixed.h
15 inflate.c
16 inflate.h
17 inftrees.c
18 inftrees.h
19 trees.c
20 trees.h
21 uncompr.c
22 zutil.c
23 zutil.h
24)
25
26target_include_directories(zlib PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")
27target_include_directories(zlib INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")