Fixes this error when compiling for Android, as discussed in slack.
You have called ADD_LIBRARY for library zlib without any source files. This typically indicates a problem with your CMakeLists.txt file
-- Configuring done
CMake Error: CMake can not determine linker language for target: zlib
Fixes this error when compiling for Android, as discussed in slack.