The command ant install is currently handling the download, extraction and compilation of the googletest library. The code should be updated to use a git submodule instead which would be easier to handle for git users.
The file CMakeList.txt should also be updated to reference googletests' own CMakeList.txt file which would compile gtest library along the win32Arduino and prevent the manual compilation of googletest as a mandatory prebuild step.