[CMake] CMake + Gradle for Android

Craig Scott craig.scott at crascit.com
Wed Aug 23 19:37:00 EDT 2017


On Thu, Aug 24, 2017 at 5:20 AM, Jom O'Fisher <jomofisher at gmail.com> wrote:

> We'll definitely be discussing this use case at our next C++ meeting and
> I'll also be checking for myself whether ccache will work in this CMake
> scenario. If ccache does work it seems like the natural level at which to
> fold identical builds.
>

In case it's helpful, the following article discusses how to set up a
project for ccache without having to assume ccache has been installed with
symlinks, etc. to replace the default compiler:

https://crascit.com/2016/04/09/using-ccache-with-cmake/

This approach has saved us a huge amount of time in our builds, including
some fairly complex hierarchical projects.

-- 
Craig Scott
Melbourne, Australia
https://crascit.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20170824/f4732bf5/attachment.html>


More information about the CMake mailing list