Automate gtest download by Xcode #548
Labels
convenience
Syntax improvements that don't significantly change functionality
infrastructure
Has to do with changes to the development process, e.g., build scripts, CI, testing utilities
The problem
Currently, in order to start using the tests in the Xcode project, one has to manually run
cmake
to getgtest
downloaded.It would be nice to make Xcode download it itself at first build (perhaps by calling
cmake
in a pre-build script).Possible solution
Perhaps it could check whether the
gtest
files exist, and if not, it can just runcmake
to build with tests:The text was updated successfully, but these errors were encountered: