Update cmake
Summary
Remove separate lib/
directory and create the dunevtk library directly in the main CMakeLists file. This allows to use target_sources
on that created target directly. Also remove the enable_all_packages
call, better link against the only found package ZLIB directly, by using imported targets.