Stop packaging source
Packaging the uncompiled source code and CMake project files is a bit non-standard, and I don't think it is/should be needed.
If the source is required for any downstream package, that package should either:
- vendor the GTest source
- or be patched to integrate via the included CMake or pkg-config configuration.