dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
42 stars 18 forks source link

Add module for ccache support. #150

Closed robertodr closed 8 years ago

robertodr commented 8 years ago

It's based on information retrieved from: https://www.virag.si/2015/07/use-ccache-with-cmake-for-faster-compilation/ http://petereisentraut.blogspot.no/2011/05/ccache-and-clang.html

I have tested it on my laptop with GCC 4.9.1 and Clang 3.5.0 It should also work with Intel compilers, but I don't have a way of testing it.

bast commented 8 years ago

Thanks!