mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 16:00:08 +00:00
f49139ed6e
* Revert "(zlib) Cleanups" This reverts commit6f63eab86a
. * Revert "Cut down on zlib" This reverts commit6b9e50654c
.
28 lines
421 B
CMake
Executable File
28 lines
421 B
CMake
Executable File
add_library(zlib STATIC
|
|
zconf.h
|
|
zlib.h
|
|
adler32.c
|
|
compress.c
|
|
crc32.c
|
|
crc32.h
|
|
deflate.c
|
|
deflate.h
|
|
gzguts.h
|
|
infback.c
|
|
inffast.c
|
|
inffast.h
|
|
inffixed.h
|
|
inflate.c
|
|
inflate.h
|
|
inftrees.c
|
|
inftrees.h
|
|
trees.c
|
|
trees.h
|
|
uncompr.c
|
|
zutil.c
|
|
zutil.h
|
|
)
|
|
|
|
target_include_directories(zlib PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")
|
|
target_include_directories(zlib INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
|