minecraft-pi-reborn/dependencies/zlib/CMakeLists.txt

13 lines
187 B
CMake
Raw Normal View History

2021-11-12 16:05:09 +00:00
project(zlib)
# Silence Warnings
add_compile_options(-w)
## zlib
# Download
add_subdirectory(src EXCLUDE_FROM_ALL)
# Ensure Build
add_custom_target(zlib-build ALL DEPENDS zlibstatic)