The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
# 2. Add the following line to your CMakeLists.txt (best inside an if-condition
# using a CMake option() to enable it just optionally):
# include(CodeCoverage)
Unfortunately, I can't find a CMake option to turn it off. That makes redistribution harder than it should be :)
The comment in CodeCoverage.cmake says:
Unfortunately, I can't find a CMake option to turn it off. That makes redistribution harder than it should be :)
Can we add a option?