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

13 lines
187 B
CMake
Raw Normal View History

2021-06-17 21:32:24 +00:00
project(zlib)
# Silence Warnings
add_compile_options(-w)
## zlib
# Download
2021-11-12 01:12:16 +00:00
add_subdirectory(src EXCLUDE_FROM_ALL)
2021-06-17 21:32:24 +00:00
2021-10-22 21:28:26 +00:00
# Ensure Build
2021-11-12 01:12:16 +00:00
add_custom_target(zlib-build ALL DEPENDS zlibstatic)